From 941c816d2b373f7ae732e0f6804443cd008d3e38 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 1 Jan 2022 03:09:42 +0100 Subject: [PATCH] clisp: enable on all systems --- srcpkgs/clisp/template | 3 --- 1 file changed, 3 deletions(-) diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template index 3cdd2b347eb..af9546f7faa 100644 --- a/srcpkgs/clisp/template +++ b/srcpkgs/clisp/template @@ -2,8 +2,6 @@ pkgname=clisp version=2.49.92 revision=1 -# possibly works elsewhere -archs="x86_64* i686*" build_style=configure configure_args="--prefix=/usr --disable-mmap --disable-rpath --without-dynamic-modules $(vopt_with readline)" @@ -26,7 +24,6 @@ case "$XBPS_TARGET_MACHINE" in i686-musl) broken="*** - MULTIPLE-VALUE-SETQ: variable EXTRA-FILE-TYPES has no value";; esac -CFLAGS="-mtune=generic" if [ "$XBPS_TARGET_WORDSIZE" == 32 ]; then CFLAGS+=" -falign-functions=4" fi