summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-03-10 11:54:00 +0100
committerJeroen Roovers <jer@gentoo.org>2018-03-10 11:54:17 +0100
commit5d173a42fcd0eded6d7b71ab89b3f690a741cf6e (patch)
tree2b3f5b1305144f113ce88287c282e0756fd3a083 /net-analyzer/nmap
parentsys-fs/aufs4: Bump to latest aufs release (diff)
downloadgentoo-5d173a42fcd0eded6d7b71ab89b3f690a741cf6e.tar.gz
gentoo-5d173a42fcd0eded6d7b71ab89b3f690a741cf6e.tar.bz2
gentoo-5d173a42fcd0eded6d7b71ab89b3f690a741cf6e.zip
net-analyzer/nmap: Drop zlib patch (bug #637514).
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r--net-analyzer/nmap/files/nmap-9999-zlib.patch11
-rw-r--r--net-analyzer/nmap/nmap-9999.ebuild1
2 files changed, 0 insertions, 12 deletions
diff --git a/net-analyzer/nmap/files/nmap-9999-zlib.patch b/net-analyzer/nmap/files/nmap-9999-zlib.patch
deleted file mode 100644
index 3f260ae48f41..000000000000
--- a/net-analyzer/nmap/files/nmap-9999-zlib.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild
index ad91a6386b53..a54dd5819b11 100644
--- a/net-analyzer/nmap/nmap-9999.ebuild
+++ b/net-analyzer/nmap/nmap-9999.ebuild
@@ -65,7 +65,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-7.25-CXXFLAGS.patch
"${FILESDIR}"/${PN}-7.25-libpcre.patch
"${FILESDIR}"/${PN}-7.31-libnl.patch
- "${FILESDIR}"/${PN}-9999-zlib.patch
)
S="${WORKDIR}/${MY_P}"