summaryrefslogtreecommitdiff
path: root/net/tcpreplay
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-08-20 21:06:50 +0000
committeradrianp <adrianp>2007-08-20 21:06:50 +0000
commit343959d4d54bb1bcc9f2d024aae9c890b32eab89 (patch)
tree01793457ef95719919a1eed0f5fd92b74a17c4da /net/tcpreplay
parente8dd8601bc66fefaef46892150c621066b7fd5dc (diff)
downloadpkgsrc-343959d4d54bb1bcc9f2d024aae9c890b32eab89.tar.gz
Remove obsolete patch
Diffstat (limited to 'net/tcpreplay')
-rw-r--r--net/tcpreplay/patches/patch-aa25
1 files changed, 0 insertions, 25 deletions
diff --git a/net/tcpreplay/patches/patch-aa b/net/tcpreplay/patches/patch-aa
deleted file mode 100644
index 09760717d6e..00000000000
--- a/net/tcpreplay/patches/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/02/18 18:51:55 adrianp Exp $
-
---- configure.orig 2007-02-18 17:30:43.000000000 +0000
-+++ configure
-@@ -6974,14 +6974,12 @@ if test "${with_libnet+set}" = set; then
- trynetdir=$withval
- fi;
-
--for testdir in $trynetdir /usr/local /usr ; do
-- if test -f "${testdir}/include/libnet.h" -a $foundnet = no ; then
-- LNETINC="-I${testdir}/include"
-- LNETINCDIR="$testdir/include"
-- LNETLIB="-L${testdir}/lib -lnet"
-- foundnet=$testdir
-- fi
--done
-+if test -f "@@LN_INC@@/libnet.h" -a $foundnet = no ; then
-+ LNETINC="-I@@LN_INC@@"
-+ LNETINCDIR="@@LN_INC@@"
-+ LNETLIB="-L@@LN_LIB@@ -lnet"
-+ foundnet=$testdir
-+fi
-
- if test $foundnet = no ; then
- echo "$as_me:$LINENO: result: no" >&5