summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-10 23:53:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-10 23:53:06 +0000
commit86cc0f081d3006a5b1080f6dc85dda3e0e6a3ebe (patch)
tree8435383ee1ce86620edee234be9355d641d55b27 /irc
parentBROKEN On 7.0: Does not compile (diff)
BROKEN on 7.0: Does not compile
Notes
Notes: svn path=/head/; revision=172741
Diffstat (limited to 'irc')
-rw-r--r--irc/tr-ircd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile
index 8df5f5cf096d..2e69bd41d703 100644
--- a/irc/tr-ircd/Makefile
+++ b/irc/tr-ircd/Makefile
@@ -40,6 +40,10 @@ CONFIGURE_ARGS+=--enable-small-nets
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700019
+BROKEN= Does not compile on FreeBSD >= 7.0
+.endif
+
.if ${OSVERSION} < 500000
USE_GCC= 3.4 # Needs va_copy
.endif