From 5a7f647f1b66597b6ac9292b23fd886e2b23beb7 Mon Sep 17 00:00:00 2001 From: adrianp Date: Mon, 20 Aug 2007 21:06:50 +0000 Subject: Remove obsolete patch --- net/tcpreplay/patches/patch-aa | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 net/tcpreplay/patches/patch-aa (limited to 'net/tcpreplay') 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 -- cgit v1.2.3