svn commit: r324185 - head/lang/swi-pl
Johan van Selst
johans at FreeBSD.org
Sat Aug 3 09:32:33 UTC 2013
Author: johans
Date: Sat Aug 3 09:32:32 2013
New Revision: 324185
URL: http://svnweb.freebsd.org/changeset/ports/324185
Log:
Explicitly disable hidden dependency
Reported by: cpghost <cpghost at cordula.ws>
Modified:
head/lang/swi-pl/Makefile
Modified: head/lang/swi-pl/Makefile
==============================================================================
--- head/lang/swi-pl/Makefile Sat Aug 3 09:31:17 2013 (r324184)
+++ head/lang/swi-pl/Makefile Sat Aug 3 09:32:32 2013 (r324185)
@@ -35,7 +35,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= ARCH=${ARCH}-${OPSYS:L}
CONFIGURE_TARGET= ${ARCH}-${OPSYS:L}
CONFIGURE_ARGS= --with-world --without-jpl
-MAKE_ARGS= DISABLE_PKGS="jpl"
+MAKE_ARGS= DISABLE_PKGS=jpl \
+ ac_cv_lib_ossp_uuid_uuid_create=no ac_cv_lib_uuid_uuid_create=no
PLIST_SUB= DISTNAME=${SWIPLDIR} ARCH=${ARCH} OS=${OPSYS:L}
More information about the svn-ports-head
mailing list