summaryrefslogtreecommitdiffstats
path: root/irc/tr-ircd/Makefile
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-12-15 15:42:46 +0000
committervs <vs@FreeBSD.org>2004-12-15 15:42:46 +0000
commit4d574c5a9988d68ec2d75974981d14d3fa9e58ec (patch)
treed8001328b7ec8f0e0fed7c1dac098b9e67042f71 /irc/tr-ircd/Makefile
parentaef0d0a41868a31b63bc2c03c4d94a03ce3553cb (diff)
downloadFreeBSD-ports-4d574c5a9988d68ec2d75974981d14d3fa9e58ec.zip
FreeBSD-ports-4d574c5a9988d68ec2d75974981d14d3fa9e58ec.tar.gz
Unbreak: USE_GCC=3.4 on 4.x because it needs va_copy
Diffstat (limited to 'irc/tr-ircd/Makefile')
-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 76dc8ed..891224b 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)
OpenPOWER on IntegriCloud