summaryrefslogtreecommitdiff
path: root/irc/ircII
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-11-22 11:05:49 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-11-22 11:05:49 +0000
commit9613681ca17a0f91c4b9917b83c9a37c77fc8c8e (patch)
tree55fc09f22d054ca7d17538c3a45abf56089023aa /irc/ircII
parentUpdate to the 20061121 snapshot of GCC 4.2.0. (diff)
Mark it BROKEN on amd64-CURRENT
Reported by: krismail
Diffstat (limited to 'irc/ircII')
-rw-r--r--irc/ircII/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile
index c6b0b95142a7..b6b3a541bb24 100644
--- a/irc/ircII/Makefile
+++ b/irc/ircII/Makefile
@@ -23,4 +23,10 @@ MAN1= irc.1 ircII.1 ircbug.1
PLIST_SUB= VERSION="${PORTVERSION}"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
+BROKEN= Doesn't build
+.endif
+
+.include <bsd.port.post.mk>