diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/tr-ircd/Makefile | 4 |
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 |