diff options
author | wiz <wiz> | 2001-09-14 23:05:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-09-14 23:05:42 +0000 |
commit | 4295866c035e2a79f8f2c78bb122f95b91c1be2a (patch) | |
tree | cb9b9f7c99270a0e3fecd8c4002338d059cbd8f9 /net/ngrep/patches | |
parent | 58b5e3bcf59a42863403cd4844c54e494a8c8da6 (diff) | |
download | pkgsrc-4295866c035e2a79f8f2c78bb122f95b91c1be2a.tar.gz |
Use libpcap buildlink.mk. pkg/13919 by Stoned Elipot.
Diffstat (limited to 'net/ngrep/patches')
-rw-r--r-- | net/ngrep/patches/patch-aa | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/net/ngrep/patches/patch-aa b/net/ngrep/patches/patch-aa index da748b4fde2..b8b5601c2a4 100644 --- a/net/ngrep/patches/patch-aa +++ b/net/ngrep/patches/patch-aa @@ -1,8 +1,27 @@ -$NetBSD: patch-aa,v 1.3 2001/03/05 14:39:09 hubertf Exp $ +$NetBSD: patch-aa,v 1.4 2001/09/14 23:05:43 wiz Exp $ --- configure.orig Tue Feb 27 07:08:56 2001 +++ configure -@@ -1835,7 +1835,12 @@ +@@ -1551,16 +1551,8 @@ + for dir in $possible_dirs ; do + if test -d $dir -a -r "$dir/pcap.h" -a \ + -r "$dir/net/bpf.h" ; then +- if test -n "$pcap_dir" -a "$pcap_dir" != "$dir"; then +- echo +- echo; echo more than one set found in: +- echo $pcap_dir +- echo $dir +- echo; echo please wipe out all unused pcap installations +- exit +- else +- pcap_dir="$dir" +- fi ++ pcap_dir="$dir" ++ break + fi + done + +@@ -1835,7 +1827,12 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" |