mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
fix build for gcc 3.4.2
remove BROKEN
This commit is contained in:
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
|
@ -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
|
||||
|
|
11
irc/irc/files/patch-support::Makefile.in
Normal file
11
irc/irc/files/patch-support::Makefile.in
Normal 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
|
Loading…
Add table
Reference in a new issue