diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-16 22:17:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-16 22:17:04 +0000 |
commit | 0ea820821a70d66a370a039c7435deb1194a7e2c (patch) | |
tree | 8cc507246c2b94de3cc8eb8655520355cbf4d1ea /lang | |
parent | 625aa559a16ce757e51d999f71c8f912f8cdf548 (diff) | |
download | pkgsrc-0ea820821a70d66a370a039c7435deb1194a7e2c.tar.gz |
Mark as not-for-sparc64, and add link to sourceforge bug id.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/clisp/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 79a9be44076..d87c1ccc071 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/03/14 07:17:23 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2006/03/16 22:17:04 wiz Exp $ DISTNAME= clisp-2.38 CATEGORIES= lang @@ -10,7 +10,10 @@ HOMEPAGE= http://clisp.cons.org/ COMMENT= CLISP, a Common Lisp implementation # XXX: uncomment if still true (commented out during update to 2.38) -#NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64 # severe LP64 problems +#NOT_FOR_PLATFORM= *-*-alpha *-*-x86_64 # severe LP64 problems +# Sparc64 has assembler code problems, see +# http://sourceforge.net/tracker/index.php?func=detail&aid=952681&group_id=1355&atid=101355 +NOT_FOR_PLATFORM= *-*-sparc64 PKG_INSTALLATION_TYPES= overwrite pkgviews |