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

Andrea Scarpino andrea at archlinux.org
Sat Apr 14 16:30:36 UTC 2012


    Date: Saturday, April 14, 2012 @ 12:30:36
  Author: andrea
Revision: 156151

upgpkg: xbase 2.0.0-2

Workaround for x86_64

Modified:
  xbase/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-14 15:43:26 UTC (rev 156150)
+++ PKGBUILD	2012-04-14 16:30:36 UTC (rev 156151)
@@ -16,8 +16,8 @@
         'gcc43.patch'
         'gcc47.patch')
 md5sums=('9b29362031716a12491beb9f8cc882f2'
+         'f66c1d19a51552b1748ab9158156b103'
          '0d5a59a59eb2c79d172bd4339de35372'
-         'f66c1d19a51552b1748ab9158156b103'
          '879bf5107605eee2cbec2dca116edac6')
 
 build() {
@@ -26,8 +26,9 @@
   patch -p1 -i "${srcdir}/fix-build.patch"
   patch -p1 -i "${srcdir}/gcc43.patch"
   patch -p1 -i "${srcdir}/gcc47.patch"
-
-  ./configure --prefix=/usr
+ 
+  # Workaround to build on x86_64
+  ./configure --host=i686-pc-linux-gnu --prefix=/usr
   make
 }
 
@@ -40,7 +41,3 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('9b29362031716a12491beb9f8cc882f2'
-         'f66c1d19a51552b1748ab9158156b103'
-         '0d5a59a59eb2c79d172bd4339de35372'
-         '879bf5107605eee2cbec2dca116edac6')




More information about the arch-commits mailing list