summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-30 20:04:00 +0000
committerjschauma <jschauma>2003-03-30 20:04:00 +0000
commit1e57a03b1e303fad952ebf9d67937def8abcde84 (patch)
tree3fbfd248375ddacf5a73373382af27176f880fbb /devel
parentb285dd7624ebd9b64a9ad6a5df8a23b2e0e1318e (diff)
downloadpkgsrc-1e57a03b1e303fad952ebf9d67937def8abcde84.tar.gz
As with Solaris:
The IPv6 patch doesn't go well with Linux idea of struct sockaddr, so disable IPv6 for the time being.
Diffstat (limited to 'devel')
-rw-r--r--devel/cvs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile
index 686fa4ef046..4a2e52829a0 100644
--- a/devel/cvs/Makefile
+++ b/devel/cvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2003/03/23 19:16:48 seb Exp $
+# $NetBSD: Makefile,v 1.62 2003/03/30 20:04:00 jschauma Exp $
#
DISTNAME= cvs-1.11.5
@@ -18,7 +18,8 @@ GNU_CONFIGURE= yes
BUILD_DEFS+= USE_INET6
USE_BUILDLINK2= yes
-.if defined(USE_INET6) && ${USE_INET6} == "YES" && empty(MACHINE_PLATFORM:MSunOS-5.8-*)
+.if defined(USE_INET6) && ${USE_INET6} == "YES" && \
+ empty(MACHINE_PLATFORM:MSunOS-5.8-*) && empty(MACHINE_PLATFORM:MLinux-*)
CONFIGURE_ARGS+= --enable-ipv6
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
PATCHFILES= cvs-1.11.4-v6-20030102.diff.gz