diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-17 17:43:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-17 17:43:33 +0000 |
commit | f0f1f38832ae08730d3d9050be90394311996aaa (patch) | |
tree | aa873f42ba196fb5abc5a0244990ce313988193d /devel/cvs | |
parent | 4c2d90a42ff6f231cdb3c952b1bdc4def16e32c9 (diff) | |
download | pkgsrc-f0f1f38832ae08730d3d9050be90394311996aaa.tar.gz |
Recognise SunOS-5.10. From sigsegv in PR 29428.
Diffstat (limited to 'devel/cvs')
-rw-r--r-- | devel/cvs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index d4163c4e833..4eccaf3d477 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2004/10/03 00:13:25 tv Exp $ +# $NetBSD: Makefile,v 1.81 2005/02/17 17:43:33 wiz Exp $ # DISTNAME= cvs-1.11.17 @@ -25,6 +25,7 @@ BUILD_DEFS+= USE_INET6 .if defined(USE_INET6) && !empty(USE_INET6:M[yY][eE][sS]) && \ empty(MACHINE_PLATFORM:MSunOS-5.[89]-*) && \ + empty(MACHINE_PLATFORM:MSunOS-5.10-*) && \ empty(MACHINE_PLATFORM:MLinux-*) CONFIGURE_ARGS+= --enable-ipv6 PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ |