summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-11-18 13:44:12 +0100
committerJeroen Roovers <jer@gentoo.org>2017-11-18 13:44:37 +0100
commit445a53409e17b1fb837b851510a708d07d90f091 (patch)
tree9d7753901d76d8ccdf152b9825026e6cc22a6f2c /net-analyzer/nmap/files
parentsys-auth/consolekit: stable 1.2.0 for hppa, bug #635484 (diff)
downloadgentoo-445a53409e17b1fb837b851510a708d07d90f091.tar.gz
gentoo-445a53409e17b1fb837b851510a708d07d90f091.tar.bz2
gentoo-445a53409e17b1fb837b851510a708d07d90f091.zip
net-analyzer/nmap: Establish sys-libs/zlib dependency by Daniel M. Weeks (bug #637514).
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/nmap/files')
-rw-r--r--net-analyzer/nmap/files/nmap-9999-zlib.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/nmap/files/nmap-9999-zlib.patch b/net-analyzer/nmap/files/nmap-9999-zlib.patch
new file mode 100644
index 000000000000..3f260ae48f41
--- /dev/null
+++ b/net-analyzer/nmap/files/nmap-9999-zlib.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -105,7 +105,7 @@
+ NSE_HDRS+=nse_libssh2.h
+ NSE_OBJS+=nse_libssh2.o
+ endif
+-ifneq (@LIBZLIB_LIBS@,)
++ifneq (@ZLIB_LIBS@,)
+ NSE_SRC+=nse_zlib.cc
+ NSE_HDRS+=nse_zlib.h
+ NSE_OBJS+=nse_zlib.o