aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ezbounce-devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-08-16 10:33:05 +0800
committerkris <kris@FreeBSD.org>2004-08-16 10:33:05 +0800
commit4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae (patch)
treebfad1c5a415ba3bf86fc67750ccb4b476511b188 /irc/ezbounce-devel
parent13ccd05622018a941264027d27d850ec2adc030a (diff)
downloadfreebsd-ports-gnome-4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae.tar.gz
freebsd-ports-gnome-4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae.tar.zst
freebsd-ports-gnome-4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae.zip
BROKEN on 5.x: Does not compile with gcc 3.4.2
Diffstat (limited to 'irc/ezbounce-devel')
-rw-r--r--irc/ezbounce-devel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile
index 22ca7ba7ffc2..c03e26be16a6 100644
--- a/irc/ezbounce-devel/Makefile
+++ b/irc/ezbounce-devel/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>