Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=d615367e9261550011a923c5bd45c198545d7a4a
commit d615367e9261550011a923c5bd45c198545d7a4a Author: crazy <[email protected]> Date: Thu Feb 8 20:28:21 2018 +0100 python-pillow-5.0.0-2-x86_64 * rebuild with tc * added an patch to fix the build diff --git a/source/devel-extra/python-pillow/FrugalBuild b/source/devel-extra/python-pillow/FrugalBuild index 0d00cc0..3dc06e7 100644 --- a/source/devel-extra/python-pillow/FrugalBuild +++ b/source/devel-extra/python-pillow/FrugalBuild @@ -3,7 +3,7 @@ pkgname=python-pillow pkgver=5.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python Imaging Library (PIL) fork" depends=('libwebp' 'tk' 'sane-backends' 'libtiff' 'python' 'pytz') makedepends=('python-setuptools') @@ -15,17 +15,19 @@ _F_github_name="Pillow" _F_github_tag=y _F_cd_path="Pillow-$pkgver" Finclude github -sha1sums=('0abbc09a52b6129a4def5cc33b8c619dd9bf2c8f') +source+=(https://github.com/python-pillow/Pillow/commit/8edbc79e7f5cf32307caf609b1a346456f8d9fb4.patch) +sha1sums=('0abbc09a52b6129a4def5cc33b8c619dd9bf2c8f' \ + '7d01ce6ff0b5498975b319d868c7343612400bfb') replaces=('imaging') provides=('imaging') conflicts=('imaging') build() { - Fcd - rm Makefile - Fbuild + Fcd + CFLAGS+=" -fno-strict-aliasing" + rm Makefile + Fbuild } - # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
