pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ethereal Fix build on Darwin by not using it's bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40d3f1137191
branches:  trunk
changeset: 481650:40d3f1137191
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Oct 09 12:09:15 2004 +0000

description:
Fix build on Darwin by not using it's builtin libpcap

diffstat:

 net/ethereal/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 1703535b152a -r 40d3f1137191 net/ethereal/Makefile
--- a/net/ethereal/Makefile     Sat Oct 09 10:29:12 2004 +0000
+++ b/net/ethereal/Makefile     Sat Oct 09 12:09:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2004/10/03 00:17:51 tv Exp $
+# $NetBSD: Makefile,v 1.98 2004/10/09 12:09:15 adrianp Exp $
 
 DISTNAME=      ethereal-0.10.6
 PKGREVISION=   # defined1
@@ -42,6 +42,12 @@
 
 PTHREAD_OPTS=          require
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Darwin" 
+USE_BUILTIN.libpcap=   no
+.endif
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../net/net-snmp/buildlink3.mk"



Home | Main Index | Thread Index | Old Index