aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-08-16 03:48:34 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-08-16 03:48:34 +0000
commit2224a604c8949917596aac38a562c17f98d60ff4 (patch)
treebf4c21178548650f884acfe35e851c6e22205eec /irc
parenta037a89b0e2f66b5104ed4f23e7c44ec4422187d (diff)
downloadports-2224a604c8949917596aac38a562c17f98d60ff4.tar.gz
ports-2224a604c8949917596aac38a562c17f98d60ff4.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/irc/Makefile4
-rw-r--r--irc/irc/files/patch-support::Makefile.in11
2 files changed, 11 insertions, 4 deletions
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 <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 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