[arch-commits] Commit in xmms/trunk (PKGBUILD)
    Eric Bélanger 
    eric at archlinux.org
       
    Tue Jan 17 03:39:44 UTC 2012
    
    
  
    Date: Monday, January 16, 2012 @ 22:39:44
  Author: eric
Revision: 146757
Fix smid support (close FS#27953)
Modified:
  xmms/trunk/PKGBUILD
----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-17 03:35:55 UTC (rev 146756)
+++ PKGBUILD	2012-01-17 03:39:44 UTC (rev 146757)
@@ -50,10 +50,10 @@
   patch -p1 < ../xmms-1.2.10-fonts.patch
   patch -p1 < ../xmms-1.2.11-CVE-2007-0653.0654.patch
 
-  if [ "$CARCH" == "x86_64" ]; then
-     SIMDOPT="--disable-simd"
-  else 
-     SIMDOPT="--enable-simd"
+  if [ "$CARCH" == "i686" ]; then
+    SIMDOPT="--enable-simd"
+  else
+    SIMDOPT="--disable-simd"
   fi
   ./configure --prefix=/usr --mandir=/usr/share/man $SIMDOPT
   make
    
    
More information about the arch-commits
mailing list