aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irc/tr-ircd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile
index 76dc8eda30da..891224b4a898 100644
--- a/irc/tr-ircd/Makefile
+++ b/irc/tr-ircd/Makefile
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--enable-small-nets
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-BROKEN= "Broken pkg-plist"
+USE_GCC= 3.4 # Needs va_copy
.endif
.if ${OSVERSION} >= 400014 && !defined(WITHOUT_IPV6)