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

Михаил Страшун dicebot at archlinux.org
Tue Dec 23 07:08:21 UTC 2014


    Date: Tuesday, December 23, 2014 @ 08:08:20
  Author: dicebot
Revision: 124382

LDC: apply intrinsic fix to arm too

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-23 03:58:47 UTC (rev 124381)
+++ PKGBUILD	2014-12-23 07:08:20 UTC (rev 124382)
@@ -5,7 +5,7 @@
 groups=('dlang' 'dlang-ldc')
 pkgver=0.15.1
 epoch=1
-pkgrel=4
+pkgrel=5
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
 arch=('i686' 'x86_64')
 url="https://github.com/ldc-developers/ldc"
@@ -27,7 +27,7 @@
     git submodule update --init --recursive
 
     # workaround for https://github.com/ldc-developers/ldc/issues/813
-    if [ $CARCH = i686 ]
+    if [ $CARCH != x86_64 ]
     then
         cd ./runtime/druntime
         git apply $srcdir/mul.diff



More information about the arch-commits mailing list