aboutsummaryrefslogtreecommitdiff
path: root/devel/xparam
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xparam')
-rw-r--r--devel/xparam/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile
index b1f4f18f6989..fe627ffebca8 100644
--- a/devel/xparam/Makefile
+++ b/devel/xparam/Makefile
@@ -20,4 +20,10 @@ USE_GMAKE= yes
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
-.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>