aboutsummaryrefslogtreecommitdiffstats
path: root/net/nemesis/files
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-07-08 12:24:21 +0800
committerobrien <obrien@FreeBSD.org>2000-07-08 12:24:21 +0800
commit672454f4803622e5ba47350ff1e840059bccf31d (patch)
tree52436a34f80a0d4ea2ee84950feaf182288bf09a /net/nemesis/files
parent661a703d8cb4ada2680872926dc04e579f7f6e9a (diff)
downloadfreebsd-ports-gnome-672454f4803622e5ba47350ff1e840059bccf31d.tar.gz
freebsd-ports-gnome-672454f4803622e5ba47350ff1e840059bccf31d.tar.zst
freebsd-ports-gnome-672454f4803622e5ba47350ff1e840059bccf31d.zip
Nemesis is a command line, portable "human IP stack". It can be useful for
easy injection of packet streams from simple shell scripts. It supports 8 protocols (ARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP), and packets can be injected on either Layer 2 or Layer 3.
Diffstat (limited to 'net/nemesis/files')
-rw-r--r--net/nemesis/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/nemesis/files/patch-configure b/net/nemesis/files/patch-configure
new file mode 100644
index 000000000000..84d5fe932aec
--- /dev/null
+++ b/net/nemesis/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Fri Jun 23 19:38:00 2000
++++ configure Fri Jul 7 11:46:04 2000
+@@ -639,7 +639,7 @@
+
+ if test -z "${CFLAGS}"; then
+ if test -z "${CCOPTS}"; then
+- CCOPTS='-O3 -funroll-loops -fomit-frame-pointer -pipe'
++ CCOPTS='-O -funroll-loops -fomit-frame-pointer -pipe'
+ fi
+ CFLAGS="$CCOPTS"
+ fi