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

Alexander Rødseth arodseth at archlinux.org
Fri Jul 25 10:30:07 UTC 2014


    Date: Friday, July 25, 2014 @ 12:30:07
  Author: arodseth
Revision: 116328

Attempting to make both i686 and x86_64 build

Modified:
  gauche/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-25 08:35:10 UTC (rev 116327)
+++ PKGBUILD	2014-07-25 10:30:07 UTC (rev 116328)
@@ -19,8 +19,8 @@
 build() {
   cd "Gauche-$pkgver"
 
-  [ $CARCH == 'i686' ] && ./configure --enable-multibyte=utf-8 --prefix=/usr \
-    --enable-threads=none || ./configure --enable-multibyte=utf-8 \
+  [ $CARCH == 'i686' ] && ./configure --enable-multibyte=utf-8 --prefix=/usr \
+    --enable-threads=none || ./configure --enable-multibyte=utf-8 \
     --prefix=/usr --enable-threads=pthreads
   make
 }




More information about the arch-commits mailing list