diff options
author | jmc <jmc@pkgsrc.org> | 2003-04-01 22:52:42 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-04-01 22:52:42 +0000 |
commit | 1a2859d833c71ad53518d610c6f36bbe1f1b855c (patch) | |
tree | 35930f172e8ceb9a32061bdc30928d6c071c0361 /devel | |
parent | 2b4efbf6e45a7f86d71968ba40be95bc86f6d7e3 (diff) | |
download | pkgsrc-1a2859d833c71ad53518d610c6f36bbe1f1b855c.tar.gz |
INET6 needs to be disabled on solaris9 as well
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 4a2e52829a0..e7f72a533ab 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2003/03/30 20:04:00 jschauma Exp $ +# $NetBSD: Makefile,v 1.63 2003/04/01 22:52:42 jmc Exp $ # DISTNAME= cvs-1.11.5 @@ -19,7 +19,7 @@ BUILD_DEFS+= USE_INET6 USE_BUILDLINK2= yes .if defined(USE_INET6) && ${USE_INET6} == "YES" && \ - empty(MACHINE_PLATFORM:MSunOS-5.8-*) && empty(MACHINE_PLATFORM:MLinux-*) + empty(MACHINE_PLATFORM:MSunOS-5.[89]-*) && 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 |