From 3dd74621fb6fcbb00e94d5150cc91a81aac5713b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 12 Jun 2015 00:41:18 +0000 Subject: [PATCH] extra/ecl to 15.3.7-1 --- extra/ecl/PKGBUILD | 11 ++++------- extra/ecl/add_cas_emulation_for_armel.patch | 12 ------------ 2 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 extra/ecl/add_cas_emulation_for_armel.patch diff --git a/extra/ecl/PKGBUILD b/extra/ecl/PKGBUILD index 296bdcf32..76b7263be 100644 --- a/extra/ecl/PKGBUILD +++ b/extra/ecl/PKGBUILD @@ -7,8 +7,8 @@ # - specify libffi include path in CPPFLAGS pkgname=ecl -pkgver=13.5.1 -pkgrel=2 +pkgver=15.3.7 +pkgrel=1 pkgdesc="Embeddable Common Lisp" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/ecls/" @@ -17,15 +17,12 @@ depends=('bash' 'gmp' 'libffi') makedepends=('texinfo') provides=('common-lisp' 'cl-asdf') options=('!makeflags') -source=(http://downloads.sourceforge.net/project/ecls/ecls/13.5/ecl-${pkgver}.tgz - add_cas_emulation_for_armel.patch) -md5sums=('f6bb59d9383c51fc94e1c7ca5cf1c586' - '16a7c651f2f06fb6718e8704a42f8049') +source=(http://downloads.sourceforge.net/project/ecls/ecls/15.3/ecl-${pkgver}.tgz) +md5sums=('39f4fb924c88e47ce31e6d57ac2a6de8') prepare() { cd $srcdir/$pkgname-$pkgver - [[ $CARCH == 'arm' ]] && patch -p1 -i ../add_cas_emulation_for_armel.patch sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure } diff --git a/extra/ecl/add_cas_emulation_for_armel.patch b/extra/ecl/add_cas_emulation_for_armel.patch deleted file mode 100644 index 7d7651bfa..000000000 --- a/extra/ecl/add_cas_emulation_for_armel.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/h/internal.h b/src/h/internal.h -index 50fb8a9..595d0a2 100755 ---- a/src/h/internal.h -+++ b/src/h/internal.h -@@ -422,6 +422,7 @@ extern void cl_write_object(cl_object x, cl_object stream); - #endif /* ECL_THREADS */ - - #ifdef ECL_THREADS -+# define AO_REQUIRE_CAS - # ifdef ECL_LIBATOMIC_OPS_H - # include - # else