[arch-commits] CVS update of arch/build/lib/imlib2 (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Thu Apr 26 07:19:21 UTC 2007
Date: Thursday, April 26, 2007 @ 03:19:21
Author: andyrtr
Path: /home/cvs-arch/arch/build/lib/imlib2
Modified: PKGBUILD (1.9 -> 1.10)
mmx disabled for i686
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: arch/build/lib/imlib2/PKGBUILD
diff -u arch/build/lib/imlib2/PKGBUILD:1.9 arch/build/lib/imlib2/PKGBUILD:1.10
--- arch/build/lib/imlib2/PKGBUILD:1.9 Wed Apr 25 18:45:30 2007
+++ arch/build/lib/imlib2/PKGBUILD Thu Apr 26 03:19:21 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.9 2007/04/25 22:45:30 andyrtr Exp $
+# $Id: PKGBUILD,v 1.10 2007/04/26 07:19:21 andyrtr Exp $
# Maintainer: arjan <arjan at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=imlib2
@@ -16,7 +16,7 @@
cd $startdir/src/$pkgname-$pkgver
# Enable x86 MMX optimizations for i686 (32-bit assembler code not compatible with x86_64)
- [ "${CARCH}" = "i686" ] && EXTRAOPTS="--enable-mmx"
+ [ "${CARCH}" = "i686" ] && EXTRAOPTS="--disable-mmx"
# Disable AMD64 optimizations due to bug in assembler code
[ "${CARCH}" = "x86_64" ] && EXTRAOPTS="--disable-amd64"
More information about the arch-commits
mailing list