diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-08-20 21:06:50 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-08-20 21:06:50 +0000 |
commit | 40fa62c50e0de0ddd1897afc8f71c362e63b8c2c (patch) | |
tree | 01793457ef95719919a1eed0f5fd92b74a17c4da /net | |
parent | 0b9c00aa6bfce87f0787d0f2cb1a5ed005c1ac2c (diff) | |
download | pkgsrc-40fa62c50e0de0ddd1897afc8f71c362e63b8c2c.tar.gz |
Remove obsolete patch
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpreplay/patches/patch-aa | 25 |
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 |