summaryrefslogtreecommitdiff
path: root/net/ethereal/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-11-04 14:14:01 +0000
committeradam <adam@pkgsrc.org>2003-11-04 14:14:01 +0000
commitaadd21d1a27c67b9ef377a555605ccd081f2ff03 (patch)
tree0e0a33212720d5c18318ff43abe2f3e891c1ede6 /net/ethereal/Makefile
parenta876a543b7d7d9a308d6b79104c0e6430a12c937 (diff)
downloadpkgsrc-aadd21d1a27c67b9ef377a555605ccd081f2ff03.tar.gz
Don't use pcap_compile_nopcap()
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r--net/ethereal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index cdc7678467b..24f5462e9c8 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2003/11/04 12:49:25 adam Exp $
+# $NetBSD: Makefile,v 1.86 2003/11/04 14:14:01 adam Exp $
#
DISTNAME= ethereal-0.9.16
@@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
CONFIGURE_ARGS+= --with-net-snmp=${BUILDLINK_PREFIX.net-snmp}
CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
+CONFIGURE_ENV+= ac_cv_func_pcap_compile_nopcap=no
PTHREAD_OPTS= require