aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kyra
diff options
context:
space:
mode:
Diffstat (limited to 'devel/kyra')
-rw-r--r--devel/kyra/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/kyra/Makefile b/devel/kyra/Makefile
index f38107358fe4..8dbba3b71a42 100644
--- a/devel/kyra/Makefile
+++ b/devel/kyra/Makefile
@@ -30,4 +30,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
USE_LDCONFIG= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
+.include <bsd.port.post.mk>