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

Alexander Rødseth arodseth at archlinux.org
Thu Jul 24 11:30:34 UTC 2014


    Date: Thursday, July 24, 2014 @ 13:30:33
  Author: arodseth
Revision: 116304

No threads for i686, then

Modified:
  gauche/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-24 11:24:04 UTC (rev 116303)
+++ PKGBUILD	2014-07-24 11:30:33 UTC (rev 116304)
@@ -19,9 +19,9 @@
 build() {
   cd "Gauche-$pkgver"
 
-  # does not compile with --enable-threads=pthreads
-  ./configure --enable-multibyte=utf-8 --prefix=/usr
-
+  [ $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