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 support in Linux
details: https://anonhg.NetBSD.org/pkgsrc/rev/6989f215eba5
branches: trunk
changeset: 476385:6989f215eba5
user: martti <martti%pkgsrc.org@localhost>
date: Tue Jun 08 19:04:37 2004 +0000
description:
Enable IPv6 support in Linux
diffstat:
net/libpcap/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5a426ad3a4f1 -r 6989f215eba5 net/libpcap/Makefile
--- a/net/libpcap/Makefile Tue Jun 08 18:01:14 2004 +0000
+++ b/net/libpcap/Makefile Tue Jun 08 19:04:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/04/08 18:08:52 minskim Exp $
+# $NetBSD: Makefile,v 1.18 2004/06/08 19:04:37 martti Exp $
DISTNAME= libpcap-0.7.2
SVR4_PKGNAME= lpcap
@@ -17,7 +17,7 @@
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
. if exists(/usr/include/netinet/ip6.h)
CONFIGURE_ARGS+= --enable-ipv6
. endif
Home |
Main Index |
Thread Index |
Old Index