aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/srvx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/srvx/Makefile b/irc/srvx/Makefile
index 3293b97fcc6b..dee9da8f590d 100644
--- a/irc/srvx/Makefile
+++ b/irc/srvx/Makefile
@@ -62,4 +62,10 @@ post-install:
@ ${ECHO} " ${PORTNAME} .help files are located in ${DOCSDIR}."
@ ${ECHO} ""
-.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>