aboutsummaryrefslogtreecommitdiff
path: root/irc/irc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/irc/Makefile')
-rw-r--r--irc/irc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile
index e59d0afa56a5..7b2bf86fc42d 100644
--- a/irc/irc/Makefile
+++ b/irc/irc/Makefile
@@ -39,6 +39,10 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/ircd.sh
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ip6
.endif