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

Alexander Rødseth arodseth at archlinux.org
Fri Jul 25 12:11:06 UTC 2014


    Date: Friday, July 25, 2014 @ 14:11:05
  Author: arodseth
Revision: 116329

upgpkg: gauche 0.9.4-1

Modified:
  gauche/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-25 10:30:07 UTC (rev 116328)
+++ PKGBUILD	2014-07-25 12:11:05 UTC (rev 116329)
@@ -12,7 +12,7 @@
 depends=('gdbm' 'zlib' 'slib')
 license=('BSD')
 arch=('x86_64' 'i686')
-install="$pkgname.install"
+install=$pkgname.install
 source=("http://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz")
 sha256sums=('7b18bcd70beaced1e004594be46c8cff95795318f6f5830dd2a8a700410fc149')
 
@@ -19,9 +19,7 @@
 build() {
   cd "Gauche-$pkgver"
 
-  [ $CARCH == 'i686' ] && ./configure --enable-multibyte=utf-8 --prefix=/usr \
-    --enable-threads=none || ./configure --enable-multibyte=utf-8 \
-    --prefix=/usr --enable-threads=pthreads
+  ./configure --enable-multibyte=utf-8 --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list