Date: Fri, 13 Sep 2013 14:09:10 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327150 - head/devel/xmltooling Message-ID: <201309131409.r8DE9A2Y019172@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131409.r8DE9A2Y019172>