summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/cxsc/Makefile8
-rw-r--r--math/fxt/Makefile9
-rw-r--r--math/gracetmpl/Makefile4
3 files changed, 19 insertions, 2 deletions
diff --git a/math/cxsc/Makefile b/math/cxsc/Makefile
index e4495d798b75..c672806aca76 100644
--- a/math/cxsc/Makefile
+++ b/math/cxsc/Makefile
@@ -20,4 +20,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/math/fxt/Makefile b/math/fxt/Makefile
index 50faf6344523..c6bea66f6a98 100644
--- a/math/fxt/Makefile
+++ b/math/fxt/Makefile
@@ -21,4 +21,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
MAKEFILE= makefile
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
+
+.include <bsd.port.post.mk>
diff --git a/math/gracetmpl/Makefile b/math/gracetmpl/Makefile
index b895beb85a89..b1fb781d2325 100644
--- a/math/gracetmpl/Makefile
+++ b/math/gracetmpl/Makefile
@@ -28,6 +28,10 @@ INSTALL_TARGET= install python_install
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
.if ${OSVERSION} < 500041
CFLAGS+= "${CPPFLAGS}"
MAKE_ENV= LDFLAGS="${LDFLAGS}"