Skip to content
Snippets Groups Projects
Commit 3bee57e5 authored by Lee Starnes's avatar Lee Starnes
Browse files

sbcl+clisp: more stylistic fixes

parent 0c2bd44a
No related branches found
No related tags found
1 merge request!438user/clisp and experimental/sbcl + deps
......@@ -5,7 +5,7 @@ pkgver=2.0.3
pkgrel=0
pkgdesc="Steel Bank Common Lisp"
url="http://www.sbcl.org"
arch="pmmx x86_64 ppc ppc64 aarch64"
arch="all !armv7"
license="BSD-2-Clause AND BSD-2-Clause-FreeBSD AND BSD-3-Clause AND MIT"
depends=""
makedepends="clisp clisp-dev"
......@@ -23,7 +23,7 @@ prepare() {
}
build() {
sh make.sh --prefix=/usr --with-dlclose-is-noop --xc-host=clisp
./make.sh --prefix=/usr --with-dlclose-is-noop --xc-host=clisp
}
check() {
......
......@@ -9,7 +9,6 @@ pkgdesc="ANSI Common Lisp interpreter, compiler, and debugger"
url="https://clisp.sourceforge.io"
arch="all"
license="GPL-2.0-only"
depends="libsigsegv"
depends_dev="libsigsegv-dev libffcall ncurses-dev"
makedepends="$depends_dev"
subpackages="$pkgname-dev $pkgname-doc"
......@@ -22,8 +21,6 @@ prepare() {
}
build() {
ulimit -s 16384
./configure \
--prefix=/usr \
--with-ffcall \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment