[arch-commits] CVS update of extra/lib/glib (PKGBUILD)

Eric Belanger eric at archlinux.org
Sat Jan 5 02:54:22 UTC 2008


    Date: Friday, January 4, 2008 @ 21:54:22
  Author: eric
    Path: /home/cvs-extra/extra/lib/glib

Modified: PKGBUILD (1.15 -> 1.16)

upgpkg: glib 1.2.10-7
readded fix for Arch64 as it's still needed


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


Index: extra/lib/glib/PKGBUILD
diff -u extra/lib/glib/PKGBUILD:1.15 extra/lib/glib/PKGBUILD:1.16
--- extra/lib/glib/PKGBUILD:1.15	Fri Jan  4 21:35:22 2008
+++ extra/lib/glib/PKGBUILD	Fri Jan  4 21:54:22 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.15 2008/01/05 02:35:22 eric Exp $
+# $Id: PKGBUILD,v 1.16 2008/01/05 02:54:22 eric Exp $
 # Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
 
@@ -26,7 +26,7 @@
   patch -Np0 -i ../aclocal-fixes.patch || return 1
 
   #Arch64 fixes --build/host
-  ./configure --prefix=/usr #--host=i686-pc-linux-gnu
+  ./configure --prefix=/usr --host=i686-pc-linux-gnu
   make || return 1
   make DESTDIR=$startdir/pkg install
 }




More information about the arch-commits mailing list