svn commit: r326685 - in head: devel/mercator math/wfmath

Oliver Lehmann oliver at FreeBSD.org
Sat Sep 7 20:43:45 UTC 2013


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>


More information about the svn-ports-all mailing list