ports/irc/znc/files/patch-configure
Thomas Zander 6e90301e53 Update to upstream release 1.6.2, cleanup port
Cleanups:
- USE_OPENSSL
- Convert to OPTION helpers
- Remove no longer necessary patch for modperl
- Sort OPTIONs
- Correct compiler flags detection in configure script

PR:		205473
Submitted by:	matthew@reztek.cz
Reviewed by:	riggs
Approved by:	maintainer timeout
2016-01-18 18:58:34 +00:00

15 lines
420 B
Text

--- configure.orig 2015-11-15 17:54:23 UTC
+++ configure
@@ -3388,10 +3388,8 @@ appendLD () {
case "${host_os}" in
freebsd*)
- # -D__GNU_LIBRARY__ makes this work on fbsd 4.11
- appendCXX -I/usr/local/include -D__GNU_LIBRARY__
- appendLib -L/usr/local/lib -lcompat
- appendMod -L/usr/local/lib
+ appendCXX -I/usr/local/include
+ appendLD -L/usr/local/lib
;;
solaris*)
appendLib -lsocket -lnsl -lresolv