diff options
Diffstat (limited to 'security/hping/files/patch-ab')
-rw-r--r-- | security/hping/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/hping/files/patch-ab b/security/hping/files/patch-ab deleted file mode 100644 index fcc4cad3fa4..00000000000 --- a/security/hping/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Thu Oct 5 15:22:25 2000 -+++ Makefile.in Thu Oct 5 15:25:28 2000 -@@ -6,8 +6,8 @@ - # $date: Sun Jul 25 17:56:15 MET DST 1999$ - # $rev: 3$ - --CC= gcc --CCOPT= -O2 -Wall @PCAP_INCLUDE@ -+CC?= gcc -+CCOPT= $(CFLAGS) -Wall @PCAP_INCLUDE@ - DEBUG= -g - #uncomment the following if you need libpcap based build under linux - #(not raccomanded) |