From 7ae8243da19a4dd9571c2d2e23e3c5ea061001ab Mon Sep 17 00:00:00 2001 From: miqlas Date: Tue, 9 May 2017 12:41:46 +0200 Subject: [PATCH] Ecl: recipe cleanup (#1328) --- dev-lisp/ecl/ecl-16.1.3.recipe | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/dev-lisp/ecl/ecl-16.1.3.recipe b/dev-lisp/ecl/ecl-16.1.3.recipe index f2d6d5899..3f6460555 100644 --- a/dev-lisp/ecl/ecl-16.1.3.recipe +++ b/dev-lisp/ecl/ecl-16.1.3.recipe @@ -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 }