pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ethereal they've given up to use pcap_compile_nopc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2617e0ba3a9a
branches:  trunk
changeset: 508886:2617e0ba3a9a
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Feb 27 14:27:49 2006 +0000

description:
they've given up to use pcap_compile_nopcap() (due to the API mess
appearently), so we don't need to trick "configure" anymore

diffstat:

 net/ethereal/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 77ef5261a757 -r 2617e0ba3a9a net/ethereal/Makefile
--- a/net/ethereal/Makefile     Mon Feb 27 14:20:47 2006 +0000
+++ b/net/ethereal/Makefile     Mon Feb 27 14:27:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2006/02/05 23:10:23 joerg Exp $
+# $NetBSD: Makefile,v 1.126 2006/02/27 14:27:49 drochner Exp $
 
 DISTNAME=              ethereal-0.10.14
 PKGREVISION=           2
@@ -37,7 +37,6 @@
 CONFIGURE_ARGS+=       --with-pcap=${BUILDLINK_PREFIX.libpcap}
 CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
 CONFIGURE_ARGS+=       --with-pcre=${BUILDLINK_PREFIX.pcre}
-CONFIGURE_ENV+=                ac_cv_func_pcap_compile_nopcap=no
 
 PTHREAD_OPTS+=         require
 



Home | Main Index | Thread Index | Old Index