summaryrefslogtreecommitdiff
path: root/community/python2-imaging/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-imaging/PKGBUILD')
-rw-r--r--community/python2-imaging/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/python2-imaging/PKGBUILD b/community/python2-imaging/PKGBUILD
index c5cb6db71..b44c571c2 100644
--- a/community/python2-imaging/PKGBUILD
+++ b/community/python2-imaging/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81687 2012-12-26 19:34:45Z foutrelis $
+# $Id: PKGBUILD 83335 2013-01-29 19:26:55Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=python2-imaging
pkgver=1.1.7
-pkgrel=7
+pkgrel=8
pkgdesc="PIL. Provides image processing capabilities for python"
arch=('i686' 'x86_64')
url="http://www.pythonware.com/products/pil/index.htm"
@@ -23,6 +23,10 @@ md5sums=('fc14a54e1ce02a0225be8854bfba478e')
build() {
cd "${srcdir}/Imaging-${pkgver}"
+
+ # FS#33452
+ export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
python2 setup.py build_ext
cd Sane
python2 setup.py build_ext