$NetBSD: patch-ab,v 1.9 2004/10/19 07:03:10 salo Exp $
--- configure.orig 2004-10-17 05:49:33.000000000 +0200
+++ configure 2004-10-19 08:43:53.000000000 +0200
@@ -5715,10 +5715,6 @@
fi;
-if test $linux = yes; then
- have_libpcap=no
-fi
-
if test $needs_cpp_precomp = yes; then
CXXFLAGS="-no-cpp-precomp $CXXFLAGS"
fi
@@ -5752,6 +5748,7 @@
extern char pcap_version[];
int main() {
int major, minor;
+ exit(0); /* fool it */
sscanf(pcap_version,"%d.%d", &major, &minor);
if (major > 0)
exit(0);