Date: Sat, 7 Sep 2013 20:43:45 +0000 (UTC) From: Oliver Lehmann <oliver@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326685 - in head: devel/mercator math/wfmath Message-ID: <201309072043.r87KhjYi068970@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: oliver Date: Sat Sep 7 20:43:45 2013 New Revision: 326685 URL: http://svnweb.freebsd.org/changeset/ports/326685 Log: set USE_GCC Modified: head/devel/mercator/Makefile head/math/wfmath/Makefile Modified: head/devel/mercator/Makefile ============================================================================== --- head/devel/mercator/Makefile Sat Sep 7 20:42:39 2013 (r326684) +++ head/devel/mercator/Makefile Sat Sep 7 20:43:45 2013 (r326685) @@ -14,6 +14,7 @@ LIB_DEPENDS= wfmath-1.0.1:${PORTSDIR}/ma USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_GCC= yes CXXFLAGS+= -include wchar.h CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}" Modified: head/math/wfmath/Makefile ============================================================================== --- head/math/wfmath/Makefile Sat Sep 7 20:42:39 2013 (r326684) +++ head/math/wfmath/Makefile Sat Sep 7 20:43:45 2013 (r326685) @@ -12,6 +12,7 @@ COMMENT= Worldforge math library USE_GMAKE= yes USES= pathfix pkgconfig USE_LDCONFIG= yes +USE_GCC= yes GNU_CONFIGURE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309072043.r87KhjYi068970>