summaryrefslogtreecommitdiff
path: root/net/libnet10/files/patch-aa
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-03-26 14:21:04 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-03-26 14:21:04 +0000
commit8c5311b85d8989e3c8816fa4127d2ac368549a00 (patch)
treed87f6ea7b1891d6ee1a719188811e6805dd2b7d7 /net/libnet10/files/patch-aa
parentUse += instead of ?= for $MASTER_SITE_LOCAL for consistency. (diff)
Upgrade to 1.1.0.
No response from: maintainer
Diffstat (limited to 'net/libnet10/files/patch-aa')
-rw-r--r--net/libnet10/files/patch-aa34
1 files changed, 8 insertions, 26 deletions
diff --git a/net/libnet10/files/patch-aa b/net/libnet10/files/patch-aa
index 57137897cbc7..e3cbfc1d0bfb 100644
--- a/net/libnet10/files/patch-aa
+++ b/net/libnet10/files/patch-aa
@@ -1,29 +1,11 @@
---- configure.in.orig Wed Jan 17 12:59:30 2001
-+++ configure.in Mon Jul 2 19:18:50 2001
-@@ -50,10 +50,10 @@
- dnl Use these compiler flags if we have gcc.
- dnl
- if test $ac_cv_prog_gcc = yes; then
--dnl if test -z $CFLAGS; then
-- CCOPTS='-O2 -funroll-loops -fomit-frame-pointer -Wall'
-- CFLAGS="$CCOPTS"
--dnl fi
-+ if test -z "$CFLAGS"; then
-+ CCOPTS='-O2 -funroll-loops -fomit-frame-pointer -Wall'
-+ CFLAGS="$CCOPTS"
-+ fi
- fi
-
- dnl
-@@ -163,8 +163,9 @@
- LIB_PREFIX="$prefix/lib/aout"
- INC_PREFIX="$prefix/include/"
- BIN_PREFIX="$prefix/bin/"
-- AC_MSG_RESULT(Note: support/bpf-lkm/etherspoof contains the lkm source \
--required to spoof ethernet frames)
-+dnl etherspoof lkm is horrible and only necesary on < RELENG_4
-+dnl AC_MSG_RESULT(Note: support/bpf-lkm/etherspoof contains the lkm source \
-+dnl required to spoof ethernet frames)
+--- configure.in.orig Tue Aug 6 07:26:03 2002
++++ configure.in Mon Mar 17 17:36:47 2003
+@@ -134,7 +134,7 @@
+ AC_DEFINE(LIBNET_BSD_BYTE_SWAP)
+ AC_DEFINE(HAVE_SOCKADDR_SA_LEN)
+ LIBNET_CONFIG_DEFINES="-DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN"
+- AC_MSG_RESULT(Note: support/bpf-lkm/etherspoof contains the lkm source required to spoof ethernet frames)
++ dnl AC_MSG_RESULT(Note: support/bpf-lkm/etherspoof contains the lkm source required to spoof ethernet frames)
ln -sf FreeBSD support/bpf-lkm/etherspoof
;;