diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-10 22:26:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-10 22:26:29 +0000 |
commit | c56dfe31ca9dca6d334715b82074b4692bb12560 (patch) | |
tree | 5435be4cce9b7b8656bcdfa3a89a7d583384b0b0 /graphics/exiv2 | |
parent | 199a62de044eec4d89beb120964af7b8d95e4660 (diff) |
Mark MAKE_JOBS_UNSAFE=yes, it tries to use exv_conf.h before/while generating it.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=383769
Diffstat (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index a6d6302e295b..ae532424562e 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes USES= gettext gmake iconv libtool USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |