diff options
Diffstat (limited to 'network/arpwatch/patches/arpwatch-2.1a15-nolocalpcap.patch')
-rw-r--r-- | network/arpwatch/patches/arpwatch-2.1a15-nolocalpcap.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/arpwatch/patches/arpwatch-2.1a15-nolocalpcap.patch b/network/arpwatch/patches/arpwatch-2.1a15-nolocalpcap.patch new file mode 100644 index 0000000000..13382bc79d --- /dev/null +++ b/network/arpwatch/patches/arpwatch-2.1a15-nolocalpcap.patch @@ -0,0 +1,10 @@ +--- arpwatch-2.1a15/configure.nolocalpcap 2006-06-21 22:32:38.000000000 +0200 ++++ arpwatch-2.1a15/configure 2006-11-09 15:04:35.000000000 +0100 +@@ -4956,6 +4956,7 @@ + places=`ls .. | sed -e 's,/$,,' -e 's,^,../,' | \ + egrep '/libpcap-[0-9]*\.[0-9]*(\.[0-9]*)?([ab][0-9]*)?$'` + for dir in $places ../libpcap libpcap ; do ++ break + basedir=`echo $dir | sed -e 's/[ab][0-9]*$//'` + if test $lastdir = $basedir ; then + continue; |