diff options
Diffstat (limited to 'net/ngrep/patches/patch-aa')
-rw-r--r-- | net/ngrep/patches/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/ngrep/patches/patch-aa b/net/ngrep/patches/patch-aa index 0e0c2b644eb..a88556ba42d 100644 --- a/net/ngrep/patches/patch-aa +++ b/net/ngrep/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.6 2004/04/13 13:50:05 adam Exp $ +$NetBSD: patch-aa,v 1.7 2005/02/25 09:23:41 adam Exp $ ---- configure.orig 2004-01-04 21:03:31.000000000 +0000 +--- configure.orig 2005-02-24 04:25:20.000000000 +0000 +++ configure -@@ -3274,16 +3274,8 @@ pcap_dir="" +@@ -3231,16 +3231,8 @@ fi; + pcap_dir="" for dir in $PCAP_DIR ; do - if test -d $dir -a -r "$dir/pcap.h" -a \ - -r "$dir/net/bpf.h" ; then + if test -d $dir -a -r "$dir/pcap.h" ; then - if test -n "$pcap_dir" -a "$pcap_dir" != "$dir"; then - echo - echo; echo more than one set found in: @@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.6 2004/04/13 13:50:05 adam Exp $ fi done -@@ -3309,7 +3301,12 @@ if test "${ac_cv_lib_pcap_pcap_open_live +@@ -3421,7 +3413,12 @@ if test "${ac_cv_lib_pcap_pcap_open_live echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS @@ -33,5 +33,5 @@ $NetBSD: patch-aa,v 1.6 2004/04/13 13:50:05 adam Exp $ + LIBS="-lpcap $LIBS" ;; +esac cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" /* confdefs.h. */ + _ACEOF |