pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libpcap Enable IPv6 for all platforms that have /u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/602df0346e72
branches: trunk
changeset: 498946:602df0346e72
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Sep 06 03:26:14 2005 +0000
description:
Enable IPv6 for all platforms that have /usr/include/netinet/ip6.h,
not just on Solaris, Linux, and NetBSD. Bump the PKGREVISION to 3.
diffstat:
net/libpcap/Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r f770828998d4 -r 602df0346e72 net/libpcap/Makefile
--- a/net/libpcap/Makefile Tue Sep 06 03:16:45 2005 +0000
+++ b/net/libpcap/Makefile Tue Sep 06 03:26:14 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2005/08/13 07:04:59 adrianp Exp $
+# $NetBSD: Makefile,v 1.30 2005/09/06 03:26:14 jlam Exp $
DISTNAME= libpcap-0.9.3
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= lpcap
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
@@ -20,10 +20,8 @@
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
-. if exists(/usr/include/netinet/ip6.h)
+.if exists(/usr/include/netinet/ip6.h)
CONFIGURE_ARGS+= --enable-ipv6
-. endif
.endif
post-install:
Home |
Main Index |
Thread Index |
Old Index