From fc49e86fa029953fd609798f9c0b40df7e598096 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 10 Jun 2019 21:36:23 +0200 Subject: [PATCH] clisp: broken on non-x86 (works in upstream but no releases) [ci skip] --- srcpkgs/clisp/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template index fed7156b718962..d0576f7c9861b0 100644 --- a/srcpkgs/clisp/template +++ b/srcpkgs/clisp/template @@ -2,6 +2,8 @@ pkgname=clisp version=2.49 revision=4 +# possibly works elsewhere but not in an ancient 2010 release +archs="x86_64* i686*" build_style=configure configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules $(vopt_with readline)"