aboutsummaryrefslogtreecommitdiff
path: root/irc/znc/files
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2019-02-02 21:15:16 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2019-02-02 21:15:16 +0000
commit6aa8d8bccef81669056126b87115126bfe948aed (patch)
treef3755425c9c898410d1e7b38285c0bf7607b7e26 /irc/znc/files
parent6771be416b4542b13b44aa0826f4d51338374cac (diff)
downloadports-6aa8d8bccef81669056126b87115126bfe948aed.tar.gz
ports-6aa8d8bccef81669056126b87115126bfe948aed.zip
Notes
Diffstat (limited to 'irc/znc/files')
-rw-r--r--irc/znc/files/patch-configure15
1 files changed, 0 insertions, 15 deletions
diff --git a/irc/znc/files/patch-configure b/irc/znc/files/patch-configure
deleted file mode 100644
index 75a64fd971b4..000000000000
--- a/irc/znc/files/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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