From 6e90301e5393a9cffb223c198bb7cacf6c5f77e4 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Mon, 18 Jan 2016 18:58:34 +0000 Subject: 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 --- irc/znc/files/patch-configure | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 irc/znc/files/patch-configure (limited to 'irc/znc/files/patch-configure') diff --git a/irc/znc/files/patch-configure b/irc/znc/files/patch-configure new file mode 100644 index 000000000000..75a64fd971b4 --- /dev/null +++ b/irc/znc/files/patch-configure @@ -0,0 +1,15 @@ +--- 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 -- cgit v1.2.3