diff options
author | dholland <dholland> | 2008-09-06 22:37:04 +0000 |
---|---|---|
committer | dholland <dholland> | 2008-09-06 22:37:04 +0000 |
commit | 35fdcea09e13f372456e8cf248496e97631f83c9 (patch) | |
tree | 9bf2d82a4861349a5f12d4abd20802b037f73071 /lang/kali | |
parent | b72112b91847551a1186b6cfeae576c37f5b5e12 (diff) | |
download | pkgsrc-35fdcea09e13f372456e8cf248496e97631f83c9.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/Makefile | 5 |
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" |