From ba89256e2c29c6c21567d507a7ee936317772af4 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 6 Sep 2008 22:37:04 +0000 Subject: Mark this not available on sparc64 and x86_64 as well as alpha; it is thoroughly 32-bit only. It *might* work if someone rebuilt the boostrap files with a suitable Scheme compiler capable of generating 64-bit-clean C code. But someone who knows Scheme better than I do will have to figure that out. --- lang/kali/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang/kali') diff --git a/lang/kali/Makefile b/lang/kali/Makefile index aa8805b1b44..c1dc0a4635e 100644 --- a/lang/kali/Makefile +++ b/lang/kali/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/24 19:21:25 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/09/06 22:37:04 dholland Exp $ DISTNAME= kali-0.47 CATEGORIES= lang @@ -12,6 +12,7 @@ GNU_CONFIGURE= yes BUILD_TARGET= # empty INSTALLATION_DIRS= bin include lib -NOT_FOR_PLATFORM= *-*-alpha +# Thoroughly broken on 64-bit architectures. +NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64 .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3