Ecl: recipe cleanup (#1328)

This commit is contained in:
miqlas
2017-05-09 12:41:46 +02:00
committed by Jérôme Duval
parent 63df77c348
commit 7ae8243da1

View File

@@ -5,11 +5,11 @@ CLOS (Common-Lisp Object System), conditions, loops, etc, plus a translator \
to C, which can produce standalone executables."
HOMEPAGE="http://www.ecl.org"
COPYRIGHT="2015 Daniel Kochmański
2000 Juan Jose Garcia Ripoll
1990, 1991, 1993 Giuseppe Attardi
1984 Taiichi Yuasa and Masami Hagiya"
2000 Juan Jose Garcia Ripoll
1990, 1991, 1993 Giuseppe Attardi
1984 Taiichi Yuasa and Masami Hagiya"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://common-lisp.net/project/ecl/static/files/release/ecl-$portVersion.tgz"
CHECKSUM_SHA256="76a585c616e8fa83a6b7209325a309da5bc0ca68e0658f396f49955638111254"
@@ -25,17 +25,17 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libgc$secondaryArchSuffix
lib:libatomic_ops$secondaryArchSuffix
lib:libffi$secondaryArchSuffix
lib:libgc$secondaryArchSuffix
lib:libgmp$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libatomic_ops$secondaryArchSuffix
devel:libgc$secondaryArchSuffix
devel:libffi$secondaryArchSuffix
devel:libgc$secondaryArchSuffix
devel:libgmp$secondaryArchSuffix
"
@@ -53,8 +53,12 @@ BUILD()
libtoolize --force --copy --install
autoreconf -fi
cd ..
runConfigure ./configure --enable-threads=no --with-dffi=system \
runConfigure ./configure \
--enable-threads=no \
--with-dffi=system \
--enable-boehm=system
# doesn't work with $jobArgs
make
}