diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-30 20:04:00 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-30 20:04:00 +0000 |
commit | cc889f1ae18213673eb4e74cc87d282cd4a23924 (patch) | |
tree | 3fbfd248375ddacf5a73373382af27176f880fbb /devel/cvs | |
parent | cfe0c058167f3feaaea25bb3e8da6ccb96ce8e7c (diff) | |
download | pkgsrc-cc889f1ae18213673eb4e74cc87d282cd4a23924.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/cvs')
-rw-r--r-- | devel/cvs/Makefile | 5 |
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 |