aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/mercator/Makefile1
-rw-r--r--math/wfmath/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/mercator/Makefile b/devel/mercator/Makefile
index a4d7556f91ed..b0bf53a18780 100644
--- a/devel/mercator/Makefile
+++ b/devel/mercator/Makefile
@@ -14,6 +14,7 @@ LIB_DEPENDS= wfmath-1.0.1:${PORTSDIR}/math/wfmath
USES= pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+USE_GCC= yes
CXXFLAGS+= -include wchar.h
CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}"
diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile
index ad1a22690ec0..accbe1c8213e 100644
--- a/math/wfmath/Makefile
+++ b/math/wfmath/Makefile
@@ -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>