diff options
author | oliver <oliver@FreeBSD.org> | 2004-08-16 03:48:34 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-08-16 03:48:34 +0000 |
commit | 49f2bea001b8c4312f43da927526554d49ccab21 (patch) | |
tree | e8a95cd112abfcdf8f085799563927d612dd945e /irc | |
parent | fba5c92de027ff0f09e2b1615403f5d954f7680f (diff) | |
download | FreeBSD-ports-49f2bea001b8c4312f43da927526554d49ccab21.zip FreeBSD-ports-49f2bea001b8c4312f43da927526554d49ccab21.tar.gz |
fix build for gcc 3.4.2
remove BROKEN
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irc/Makefile | 4 | ||||
-rw-r--r-- | irc/irc/files/patch-support::Makefile.in | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile index 7b2bf86..e59d0af 100644 --- a/irc/irc/Makefile +++ b/irc/irc/Makefile @@ -39,10 +39,6 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/ircd.sh .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - .if ${OSVERSION} >= 400014 CONFIGURE_ARGS+= --enable-ip6 .endif diff --git a/irc/irc/files/patch-support::Makefile.in b/irc/irc/files/patch-support::Makefile.in new file mode 100644 index 0000000..1d9788e --- /dev/null +++ b/irc/irc/files/patch-support::Makefile.in @@ -0,0 +1,11 @@ +--- support/Makefile.in.orig Mon Aug 16 05:38:53 2004 ++++ support/Makefile.in Mon Aug 16 05:39:09 2004 +@@ -44,7 +44,7 @@ + LIBS = @LIBS@ + MATHLIBS = @MATHLIBS@ + # zlib, eventually +-ZLIBS = @IRC_ZLIB_LIBRARY@ ++ZLIBS = @IRC_ZLIB_LIBRARY@ -lm + # for DSM support (dlopen(), dlsym(), dlclose()) + DLIBS = @IRC_DLIB@ + # curses library |