fix build for gcc 3.4.2

remove BROKEN
This commit is contained in:
Oliver Lehmann 2004-08-16 03:48:34 +00:00
parent a037a89b0e
commit 2224a604c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116346
2 changed files with 11 additions and 4 deletions

View file

@ -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

View file

@ -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