[arch-commits] CVS update of extra/devel/guile (PKGBUILD)

Juergen Hoetzel juergen at archlinux.org
Sat Mar 15 11:06:11 UTC 2008


    Date: Saturday, March 15, 2008 @ 07:06:11
  Author: juergen
    Path: /home/cvs-extra/extra/devel/guile

Modified: PKGBUILD (1.20 -> 1.21)

: rebuild for new libtool in testing


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


Index: extra/devel/guile/PKGBUILD
diff -u extra/devel/guile/PKGBUILD:1.20 extra/devel/guile/PKGBUILD:1.21
--- extra/devel/guile/PKGBUILD:1.20	Sat Mar 15 06:11:47 2008
+++ extra/devel/guile/PKGBUILD	Sat Mar 15 07:06:10 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.20 2008/03/15 10:11:47 juergen Exp $
+# $Id: PKGBUILD,v 1.21 2008/03/15 11:06:10 juergen Exp $
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=guile
 pkgver=1.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Guile is a portable, embeddable Scheme implementation written in C"
 url="http://www.gnu.org/software/guile/"
 arch=(i686 x86_64)
@@ -18,7 +18,8 @@
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   patch -Np1 -i ../libtool-2.2.patch || return 1
-  ./configure --prefix=/usr --disable-networking
+  ./configure --prefix=/usr --disable-networking \
+    --disable-error-on-warning
   make LDFLAGS+="-lpthread" || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list