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

Juergen Hoetzel juergen at archlinux.org
Thu Jan 3 12:21:26 UTC 2013


    Date: Thursday, January 3, 2013 @ 07:21:25
  Author: juergen
Revision: 174259

update to 1.1.3

Modified:
  sbcl/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-03 11:50:21 UTC (rev 174258)
+++ PKGBUILD	2013-01-03 12:21:25 UTC (rev 174259)
@@ -5,8 +5,8 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 url="http://www.sbcl.org/"
 arch=('i686' 'x86_64')
@@ -17,13 +17,13 @@
 install=sbcl.install
 source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2"
         "arch-fixes.lisp")
-md5sums=('1f000ca9d83072b2712d6cdfca7b41de'
+md5sums=('a0f12d01697373499597018a1aad431a'
          '7ac0c1936547f4278198b8bf7725204d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  export CFLAGS+=" -DSBCL_HOME=\\\"/usr/lib/sbcl\\\""
+  export CFLAGS+=" -D_GNU_SOURCE -DSBCL_HOME=\\\"/usr/lib/sbcl\\\""
   export GNUMAKE="make -e"
 
   # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS




More information about the arch-commits mailing list