summaryrefslogtreecommitdiff
path: root/net/libpcap
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2004-06-08 19:04:37 +0000
committermartti <martti@pkgsrc.org>2004-06-08 19:04:37 +0000
commitc0b56782d7b7341e2fe743c2225723c33e5f89f8 (patch)
treebd20107eba5722eaf7c025e1941c033f97edeb92 /net/libpcap
parent31103b5a29488ff28dfc06d53665222ccdc40367 (diff)
downloadpkgsrc-c0b56782d7b7341e2fe743c2225723c33e5f89f8.tar.gz
Enable IPv6 support in Linux
Diffstat (limited to 'net/libpcap')
-rw-r--r--net/libpcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile
index 46e9a61db7c..70151210d22 100644
--- a/net/libpcap/Makefile
+++ b/net/libpcap/Makefile
@@ -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 @@ USE_GNU_TOOLS+= lex yacc
.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