diff options
author | root <root@rshg054.dnsready.net> | 2013-01-30 00:08:41 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-30 00:08:41 -0800 |
commit | c25b7aa323ab71b1a524d15dbbe942dbebd55761 (patch) | |
tree | c7dd8d810c5d08168ee757083d3b6bce150c1915 /community/python2-imaging | |
parent | cb333f0d5d536b1436262e1b3e45647b22f136b0 (diff) |
Wed Jan 30 00:08:41 PST 2013
Diffstat (limited to 'community/python2-imaging')
-rw-r--r-- | community/python2-imaging/PKGBUILD | 8 |
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 |