[arch-commits] Commit in clisp/trunk (PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Jun 2 21:20:24 UTC 2008


    Date: Monday, June 2, 2008 @ 17:20:24
  Author: eric
Revision: 2471

upgpkg: clisp 2.45-2
    Readded ffi module support (close FS#10553)

Modified:
  clisp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-02 21:05:57 UTC (rev 2470)
+++ PKGBUILD	2008-06-02 21:20:24 UTC (rev 2471)
@@ -2,7 +2,7 @@
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=clisp
 pkgver=2.45
-pkgrel=1
+pkgrel=2
 pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,9 +16,9 @@
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   unset CFLAGS CXXFLAGS
-  ./configure --prefix=/usr --prefix=/usr --with-readline --with-ffcall src
+  ./configure --prefix=/usr --with-readline --with-ffcall src
   cd src
-  ./makemake --prefix=/usr --prefix=/usr --with-readline --with-ffcall > Makefile
+  ./makemake --prefix=/usr --with-readline --with-ffcall --with-dynamic-ffi > Makefile
   make || return 1
   sed -i 's,http://www.lisp.org/HyperSpec/,http://www.lispworks.com/reference/HyperSpec/,g' config.lisp
   make || return 1





More information about the arch-commits mailing list