mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Ecl: recipe cleanup (#1328)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user