summaryrefslogtreecommitdiff
path: root/net/libpcap
diff options
context:
space:
mode:
authormartti <martti>2004-06-08 19:04:37 +0000
committermartti <martti>2004-06-08 19:04:37 +0000
commit68a06840178e37b2f12248b3f99c67abde5e054b (patch)
treebd20107eba5722eaf7c025e1941c033f97edeb92 /net/libpcap
parent0afcc1cadb345efeb252668fe2175e7833778e4c (diff)
downloadpkgsrc-68a06840178e37b2f12248b3f99c67abde5e054b.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