summaryrefslogtreecommitdiff
path: root/net/arpwatch/patches/patch-ae
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-10 13:13:05 +0000
committerwiz <wiz@pkgsrc.org>2002-10-10 13:13:05 +0000
commitb935c0488fd0f2c0e8faec5f8de2cd4d8371f401 (patch)
treeb9ec9596d22729d440df4c178300f7fa6e725213 /net/arpwatch/patches/patch-ae
parentbe560c70abfa19c60233e16b3fc82ed686545149 (diff)
downloadpkgsrc-b935c0488fd0f2c0e8faec5f8de2cd4d8371f401.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'net/arpwatch/patches/patch-ae')
-rw-r--r--net/arpwatch/patches/patch-ae22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/arpwatch/patches/patch-ae b/net/arpwatch/patches/patch-ae
deleted file mode 100644
index ca7d6dd51b6..00000000000
--- a/net/arpwatch/patches/patch-ae
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2001/08/24 11:37:08 abs Exp $
-
---- configure.orig Wed May 16 19:26:11 2001
-+++ configure
-@@ -2183,7 +2183,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lpcap $LIBS"
-+LIBS="-L$LOCALBASE/lib -lpcap $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 2189 "configure"
- #include "confdefs.h"
-@@ -2211,7 +2211,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lbl_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- libpcap="-lpcap"
-+ libpcap="-L$LOCALBASE/lib -lpcap"
- else
- echo "$ac_t""no" 1>&6
- fi