[arch-commits] Commit in clisp/repos (extra-x86_64 extra-x86_64/PKGBUILD)

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


    Date: Monday, June 2, 2008 @ 17:20:41
  Author: eric
Revision: 2472

Merged revisions 2200-2471 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/clisp/trunk

........
  r2471 | eric | 2008-06-02 17:20:24 -0400 (Mon, 02 Jun 2008) | 2 lines
  
  upgpkg: clisp 2.45-2
      Readded ffi module support (close FS#10553)
........

Modified:
  clisp/repos/extra-x86_64/	(properties)
  clisp/repos/extra-x86_64/PKGBUILD

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


Property changes on: clisp/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /clisp/trunk:1-2199
   + /clisp/trunk:1-2471

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-06-02 21:20:24 UTC (rev 2471)
+++ extra-x86_64/PKGBUILD	2008-06-02 21:20:41 UTC (rev 2472)
@@ -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