svn commit: r322874 - head/sysutils/cfengine35

Glen Barber gjb at FreeBSD.org
Fri Jul 12 23:47:58 UTC 2013


Author: gjb
Date: Fri Jul 12 23:47:58 2013
New Revision: 322874
URL: http://svnweb.freebsd.org/changeset/ports/322874

Log:
  Work around clang build failure.
  
  Reviewed by:	https://redports.org/buildarchive/20130712231201-40473
  Approved by:	cy (maintainer, implicit)

Modified:
  head/sysutils/cfengine35/Makefile

Modified: head/sysutils/cfengine35/Makefile
==============================================================================
--- head/sysutils/cfengine35/Makefile	Fri Jul 12 22:58:31 2013	(r322873)
+++ head/sysutils/cfengine35/Makefile	Fri Jul 12 23:47:58 2013	(r322874)
@@ -25,6 +25,7 @@ USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+USE_GCC=	any
 # EXAMPLESDIR=	${PREFIX}/share/examples/cfengine3
 DOCSDIR=	${PREFIX}/share/doc/cfengine
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} \


More information about the svn-ports-all mailing list