pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/clisp Add other 64bit platforms to NOT_FOR_PLATFO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/314ada058493
branches:  trunk
changeset: 492152:314ada058493
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 05 12:42:44 2005 +0000

description:
Add other 64bit platforms to NOT_FOR_PLATFORM too; clisp is not 64bit ready.
Suggested by martin.

diffstat:

 lang/clisp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 05d43e3ef026 -r 314ada058493 lang/clisp/Makefile
--- a/lang/clisp/Makefile       Tue Apr 05 12:24:07 2005 +0000
+++ b/lang/clisp/Makefile       Tue Apr 05 12:42:44 2005 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index