summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-16 19:01:38 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-26 23:36:00 +0100
commit4766457699732f62cf328f9932013ff8245d60d2 (patch)
treea04a028dec6abe75158252bec73acaf1986d0de8 /net-analyzer
parentvirtual/python-singledispatch: Enable python3.6 (diff)
downloadgentoo-4766457699732f62cf328f9932013ff8245d60d2.tar.gz
gentoo-4766457699732f62cf328f9932013ff8245d60d2.tar.bz2
gentoo-4766457699732f62cf328f9932013ff8245d60d2.zip
net-analyzer/sslscan: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3509
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/sslscan/files/sslscan-1.8.2-makefile.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/sslscan/files/sslscan-1.8.2-makefile.patch b/net-analyzer/sslscan/files/sslscan-1.8.2-makefile.patch
deleted file mode 100644
index c4ceb6ae7e64..000000000000
--- a/net-analyzer/sslscan/files/sslscan-1.8.2-makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.~1~ 2009-09-01 14:35:59.000000000 +0200
-+++ Makefile 2012-08-06 08:00:40.550143945 +0200
-@@ -3,7 +3,7 @@
- MANPATH = /usr/share/man/
-
- all:
-- gcc -g -Wall -lssl -o sslscan $(SRCS) $(LDFLAGS) $(CFLAGS)
-+ $(CC) -Wall $(LDFLAGS) $(CFLAGS) -o sslscan $(SRCS) -lssl -lcrypto
-
- install:
- cp sslscan $(BINPATH)