diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/pil/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/pil/__changelog | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/abs/core-testing/pil/PKGBUILD b/abs/core-testing/pil/PKGBUILD index 29c0b60..f16214a 100644 --- a/abs/core-testing/pil/PKGBUILD +++ b/abs/core-testing/pil/PKGBUILD @@ -4,7 +4,7 @@ pkgname=pil pkgver=1.1.6 -pkgrel=8 +pkgrel=9 pkgdesc="Python imaging library" arch=('i686' 'x86_64') url="http://www.pythonware.com/products/pil/index.htm" diff --git a/abs/core-testing/pil/__changelog b/abs/core-testing/pil/__changelog new file mode 100644 index 0000000..91214ed --- /dev/null +++ b/abs/core-testing/pil/__changelog @@ -0,0 +1,2 @@ +__change so that it builds against libjpeg6 and not libjpeg7 + sed -i "s#JPEG_ROOT\ =\ None#JPEG_ROOT\ =\ \"/opt/libjpeg6\"#" setup.py |