aboutsummaryrefslogtreecommitdiffstats
path: root/net/hping/files
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-09-17 13:50:42 +0800
committerkevlo <kevlo@FreeBSD.org>2001-09-17 13:50:42 +0800
commit701c7f1a16e6ac6d41d9da87ec12b9594f1bda2a (patch)
tree8c14c5bc8ae691c7be9af651788f71cea65ef476 /net/hping/files
parent86b386df10148313697cbddbe4ef557b630edfa9 (diff)
downloadfreebsd-ports-gnome-701c7f1a16e6ac6d41d9da87ec12b9594f1bda2a.tar.gz
freebsd-ports-gnome-701c7f1a16e6ac6d41d9da87ec12b9594f1bda2a.tar.zst
freebsd-ports-gnome-701c7f1a16e6ac6d41d9da87ec12b9594f1bda2a.zip
- Add patches
- Bump PORTVERSION PR: 30611 Submitted by: MAINTAINER
Diffstat (limited to 'net/hping/files')
-rw-r--r--net/hping/files/patch-aa11
-rw-r--r--net/hping/files/patch-ab10
2 files changed, 21 insertions, 0 deletions
diff --git a/net/hping/files/patch-aa b/net/hping/files/patch-aa
new file mode 100644
index 000000000000..1f243a1a18fe
--- /dev/null
+++ b/net/hping/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Fri Sep 14 22:04:05 2001
++++ Makefile.in Fri Sep 14 22:05:33 2001
+@@ -7,7 +7,7 @@
+ # $rev: 3$
+
+ CC= gcc
+-CCOPT= -O2 -Wall @PCAP_INCLUDE@
++CCOPT= -Wall @CFLAGS@ @PCAP_INCLUDE@
+ DEBUG= -g
+ #uncomment the following if you need libpcap based build under linux
+ #(not raccomanded)
diff --git a/net/hping/files/patch-ab b/net/hping/files/patch-ab
new file mode 100644
index 000000000000..b7dda57f7370
--- /dev/null
+++ b/net/hping/files/patch-ab
@@ -0,0 +1,10 @@
+--- configure.orig Fri Sep 14 22:04:25 2001
++++ configure Fri Sep 14 22:05:02 2001
+@@ -99,6 +99,7 @@
+ -e "s^@PCAP_INCLUDE@^$PCAP_INCLUDE^g" \
+ -e "s^@MANPATH@^$INSTALL_MANPATH^g" \
+ -e "s^@SOLARISLIB@^$SOLARISLIB^g" \
++ -e "s^@CFLAGS@^$CFLAGS^g" \
+ <Makefile.in > Makefile
+
+ #