summaryrefslogtreecommitdiff
path: root/extra/xmms/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xmms/PKGBUILD')
-rw-r--r--extra/xmms/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/xmms/PKGBUILD b/extra/xmms/PKGBUILD
index 90020879c..b8d68e532 100644
--- a/extra/xmms/PKGBUILD
+++ b/extra/xmms/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 134338 2011-08-02 23:29:16Z eric $
+# $Id: PKGBUILD 146759 2012-01-17 03:41:24Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=xmms
@@ -50,10 +50,10 @@ build() {
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