net-analyzer/nmap: Drop zlib patch (bug #637514).
authorJeroen Roovers <jer@gentoo.org>
Sat, 10 Mar 2018 10:54:00 +0000 (11:54 +0100)
committerJeroen Roovers <jer@gentoo.org>
Sat, 10 Mar 2018 10:54:17 +0000 (11:54 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

net-analyzer/nmap/files/nmap-9999-zlib.patch [deleted file]
net-analyzer/nmap/nmap-9999.ebuild

diff --git a/net-analyzer/nmap/files/nmap-9999-zlib.patch b/net-analyzer/nmap/files/nmap-9999-zlib.patch
deleted file mode 100644 (file)
index 3f260ae..0000000
+++ /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
index ad91a6386b53bfc5bbbc45ec9737d72b577bfb89..a54dd5819b11308b51f7a84b6dc989e5ccc1df20 100644 (file)
@@ -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}"