summaryrefslogtreecommitdiff
path: root/lang/kali
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2008-09-06 22:37:04 +0000
committerdholland <dholland@pkgsrc.org>2008-09-06 22:37:04 +0000
commitba89256e2c29c6c21567d507a7ee936317772af4 (patch)
tree9bf2d82a4861349a5f12d4abd20802b037f73071 /lang/kali
parent6d32cfc00d53c1e1b1c0172916d38191b3bec353 (diff)
downloadpkgsrc-ba89256e2c29c6c21567d507a7ee936317772af4.tar.gz
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.
Diffstat (limited to 'lang/kali')
-rw-r--r--lang/kali/Makefile5
1 files changed, 3 insertions, 2 deletions
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"