diff options
author | wiz <wiz> | 2005-04-05 12:42:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-05 12:42:44 +0000 |
commit | 68b541b95c9c53945590bd1ef5faef679940edd4 (patch) | |
tree | 578f0b4da6d621a55cc8ee097a7a1702f90754bc /lang | |
parent | ee27c862a1e5cf3bb74dbef8a0b1b375306f3fac (diff) | |
download | pkgsrc-68b541b95c9c53945590bd1ef5faef679940edd4.tar.gz |
Add other 64bit platforms to NOT_FOR_PLATFORM too; clisp is not 64bit ready.
Suggested by martin.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/clisp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 4b921f540bf..bf3ecd42fc0 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/04/05 11:52:15 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2005/04/05 12:42:44 wiz Exp $ DISTNAME= clisp-2.33 PKGREVISION= 1 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://clisp.cons.org/ COMMENT= CLISP, a Common Lisp implementation -NOT_FOR_PLATFORM= *-*-alpha # severe LP64 problems +NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64 # severe LP64 problems PKG_INSTALLATION_TYPES= overwrite pkgviews |