svn commit: r327150 - head/devel/xmltooling

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 13 14:09:10 UTC 2013


Author: bapt
Date: Fri Sep 13 14:09:10 2013
New Revision: 327150
URL: http://svnweb.freebsd.org/changeset/ports/327150

Log:
  Remove USE_GCC=any the port fail at building with gcc 4.6 while is builds properly with clang

Modified:
  head/devel/xmltooling/Makefile

Modified: head/devel/xmltooling/Makefile
==============================================================================
--- head/devel/xmltooling/Makefile	Fri Sep 13 14:03:09 2013	(r327149)
+++ head/devel/xmltooling/Makefile	Fri Sep 13 14:09:10 2013	(r327150)
@@ -20,7 +20,6 @@ BUILD_DEPENDS=	boost-libs>=0:${PORTSDIR}
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc
 USES=		gmake pkgconfig
-USE_GCC=	any
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 


More information about the svn-ports-all mailing list