From 2224a604c8949917596aac38a562c17f98d60ff4 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Mon, 16 Aug 2004 03:48:34 +0000 Subject: [PATCH] fix build for gcc 3.4.2 remove BROKEN --- irc/irc/Makefile | 4 ---- irc/irc/files/patch-support::Makefile.in | 11 +++++++++++ 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 irc/irc/files/patch-support::Makefile.in diff --git a/irc/irc/Makefile b/irc/irc/Makefile index 7b2bf86fc42d..e59d0afa56a5 100644 --- a/irc/irc/Makefile +++ b/irc/irc/Makefile @@ -39,10 +39,6 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/ircd.sh .include -.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 000000000000..1d9788e3e421 --- /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