[arch-commits] Commit in imlib2/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Tue Dec 2 10:17:14 UTC 2008
Date: Tuesday, December 2, 2008 @ 05:17:14
Author: ronald
Revision: 20298
upgpkg: imlib2 1.4.2-2
Modified:
imlib2/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-12-02 09:54:39 UTC (rev 20297)
+++ PKGBUILD 2008-12-02 10:17:14 UTC (rev 20298)
@@ -5,7 +5,7 @@
pkgname=imlib2
pkgver=1.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support"
url="http://sourceforge.net/projects/enlightenment/"
arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
build() {
cd $srcdir/$pkgname-$pkgver
- # imlib2 has different configure options for x86/amd64 mmx
- [ $CARCH = "i686" ] && EXTRAOPTS="--disable-amd64 --enable-mmx"
- [ $CARCH = "x86_64" ] && EXTRAOPTS="--enable-amd64 --disable-mmx"
+ # disable optimizations, they cause problems (e.g. FS#12268)
+ [ $CARCH = "i686" ] && EXTRAOPTS="--disable-mmx"
+ [ $CARCH = "x86_64" ] && EXTRAOPTS="--disable-amd64"
# Security Fix (Buffer Overflow), upstream fix
More information about the arch-commits
mailing list