diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-12-15 15:42:46 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-12-15 15:42:46 +0000 |
commit | 2c46093464219d61ba09b3666beee28c1289c111 (patch) | |
tree | 6eda0760263a61525a2bd21f9159f618d818c908 | |
parent | dace4aaec632a2583f42810aeeb4c3ee45244f11 (diff) | |
download | ports-2c46093464219d61ba09b3666beee28c1289c111.tar.gz ports-2c46093464219d61ba09b3666beee28c1289c111.zip |
Notes
-rw-r--r-- | irc/tr-ircd/Makefile | 2 |
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) |