aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-12-15 15:42:46 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-12-15 15:42:46 +0000
commit2c46093464219d61ba09b3666beee28c1289c111 (patch)
tree6eda0760263a61525a2bd21f9159f618d818c908 /irc
parentdace4aaec632a2583f42810aeeb4c3ee45244f11 (diff)
downloadports-2c46093464219d61ba09b3666beee28c1289c111.tar.gz
ports-2c46093464219d61ba09b3666beee28c1289c111.zip
Unbreak: USE_GCC=3.4 on 4.x because it needs va_copy
Notes
Notes: svn path=/head/; revision=124125
Diffstat (limited to 'irc')
-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)