aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/irrd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile
index 91fa643020ff..30f29f3700de 100644
--- a/net/irrd/Makefile
+++ b/net/irrd/Makefile
@@ -58,4 +58,10 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/programs/IRRd/irrd.8 ${PREFIX}/man/man8
@${INSTALL_SCRIPT} ${WRKDIR}/irrd.sh ${PREFIX}/etc/rc.d
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>