summaryrefslogtreecommitdiff
path: root/irc/znc/files/patch-configure
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2016-01-18 18:58:34 +0000
committerThomas Zander <riggs@FreeBSD.org>2016-01-18 18:58:34 +0000
commit6e90301e5393a9cffb223c198bb7cacf6c5f77e4 (patch)
tree5c669cf6aae48962151279e49e83451442e83092 /irc/znc/files/patch-configure
parentUses/cmake.mk: Make it possible to override {BUILD,INSTALL}_WRKSRC with :outs... (diff)
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
Notes
Notes: svn path=/head/; revision=406604
Diffstat (limited to 'irc/znc/files/patch-configure')
-rw-r--r--irc/znc/files/patch-configure15
1 files changed, 15 insertions, 0 deletions
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