diff options
author | garbled <garbled@pkgsrc.org> | 1998-09-22 06:11:35 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-09-22 06:11:35 +0000 |
commit | 384c07a72e49d7af51841f79315230e83507d5d2 (patch) | |
tree | a57492ad41e15476f90fc624ff3efd195d3a866e /lang/clisp | |
parent | d7db432f1f96e2beebcf6453f02c240417512467 (diff) | |
download | pkgsrc-384c07a72e49d7af51841f79315230e83507d5d2.tar.gz |
add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha. There may be more, but I haven't seen them yet.
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 33d558caa41..736e1657df1 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.1 1998/09/06 20:45:35 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/22 06:11:37 garbled Exp $ DISTNAME= clispsrc-1998-08-29 PKGNAME= clisp-19980829 CATEGORIES= lang MASTER_SITES= ftp://ftp2.cons.org/pub/lisp/clisp/snapshots/ +NOT_FOR_ARCHS= alpha # severe LP64 problems + MAINTAINER= mjl@emsi.priv.at HOMEPAGE= http://clisp.cons.org/~haible/clisp.html |