Date: Fri, 10 Apr 2015 22:26:30 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383769 - head/graphics/exiv2 Message-ID: <201504102226.t3AMQUMw081215@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Apr 10 22:26:29 2015 New Revision: 383769 URL: https://svnweb.freebsd.org/changeset/ports/383769 Log: Mark MAKE_JOBS_UNSAFE=yes, it tries to use exv_conf.h before/while generating it. Sponsored by: Absolight Modified: head/graphics/exiv2/Makefile Modified: head/graphics/exiv2/Makefile ============================================================================== --- head/graphics/exiv2/Makefile Fri Apr 10 22:25:11 2015 (r383768) +++ head/graphics/exiv2/Makefile Fri Apr 10 22:26:29 2015 (r383769) @@ -18,6 +18,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/tex GNU_CONFIGURE= yes USES= gettext gmake iconv libtool USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504102226.t3AMQUMw081215>