summaryrefslogtreecommitdiff
path: root/math/fxt
diff options
context:
space:
mode:
Diffstat (limited to 'math/fxt')
-rw-r--r--math/fxt/Makefile9
1 files changed, 8 insertions, 1 deletions
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>