svn commit: r383769 - head/graphics/exiv2

Mathieu Arnold mat at FreeBSD.org
Fri Apr 10 22:26:30 UTC 2015


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


More information about the svn-ports-all mailing list