summaryrefslogtreecommitdiff
path: root/net/hping/files/patch-ab
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-28 01:57:17 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-28 01:57:17 +0000
commitd556cdb473f354c7897de01fc2a876e90de863c0 (patch)
tree1475ffed0117e59038203eca971c72d68dd16068 /net/hping/files/patch-ab
parentUpdate for devel/perforce (diff)
Add New Port: security/hping
Network auditing tool PR: 21933 Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes: svn path=/head/; revision=34329
Diffstat (limited to 'net/hping/files/patch-ab')
-rw-r--r--net/hping/files/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/hping/files/patch-ab b/net/hping/files/patch-ab
new file mode 100644
index 000000000000..fcc4cad3fa43
--- /dev/null
+++ b/net/hping/files/patch-ab
@@ -0,0 +1,13 @@
+--- 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)