aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ezbounce
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ezbounce')
-rw-r--r--irc/ezbounce/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile
index 22ca7ba7ffc2..c03e26be16a6 100644
--- a/irc/ezbounce/Makefile
+++ b/irc/ezbounce/Makefile
@@ -33,6 +33,12 @@ PLIST_SUB+= SSL=""
PLIST_SUB+= SSL="@comment "
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
pre-everything::
@${ECHO} ""
@${ECHO} "You may use the following build options:"
@@ -78,4 +84,4 @@ do-install:
.endif
@${SED} -e "s:/usr/local:${PREFIX}:g" ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>