net-analyzer/sslscan: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3509
This commit is contained in:
Michael Mair-Keimberger (asterix)
2017-01-16 19:01:38 +01:00
committed by David Seifert
parent f9c532ae16
commit 4766457699

View File

@@ -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)