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

Eric Bélanger eric at archlinux.org
Fri Nov 14 08:02:55 UTC 2008


    Date: Friday, November 14, 2008 @ 03:02:55
  Author: eric
Revision: 19029

upgpkg: gtk1-engines 0.12-2
    updated x86_64 build fix

Modified:
  gtk1-engines/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-11-14 06:22:29 UTC (rev 19028)
+++ PKGBUILD	2008-11-14 08:02:55 UTC (rev 19029)
@@ -20,12 +20,9 @@
   # arch64 fix from fedora
 
 if [ "$CARCH" == "x86_64" ]; then
-  rm acinclude.m4
-  touch depcomp
-  libtoolize --force --copy
-  aclocal
-  automake
-  autoconf
+  sed -i -e 's/AM_PROG_LIBTOOL/AC_PROG_LIBTOOL/' configure.in
+  rm -f acinclude.m4
+  autoreconf -f -i
 fi
 
   ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname




More information about the arch-commits mailing list