diff options
author | davilla <davilla@4pi.com> | 2012-01-22 21:54:18 -0500 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-01-22 21:55:03 -0500 |
commit | aa5302b0fe8b3a2de1c673baed3198b212de1c04 (patch) | |
tree | bf94c47951aa14f0d51c4affc35a14a89f249e16 /lib/addons | |
parent | 5f7a576f0ba273e8fef3c40fc4a4528175fbbd43 (diff) |
[ios] fixes #12508, PIL on ATV2 not supporting indexed PNGs
Diffstat (limited to 'lib/addons')
-rw-r--r-- | lib/addons/script.module.pil/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/addons/script.module.pil/Makefile.in b/lib/addons/script.module.pil/Makefile.in index a1f4d00e2e..0cc40f4dbc 100644 --- a/lib/addons/script.module.pil/Makefile.in +++ b/lib/addons/script.module.pil/Makefile.in @@ -43,6 +43,7 @@ $(SOURCE): $(ARCHIVE) patch -p1 < ../Imaging-1.1.7-setuptools-0.1.patch; \ patch -p1 < ../Imaging-1.1.7-access.patch; \ sed -ie "s|"darwin"|"darwinNot"|g" "setup.py"; \ + sed -ie "s|ZLIB_ROOT = None|ZLIB_ROOT = libinclude(\"${platform_sdk_path}/usr\")|" "setup.py"; \ fi $(DESTDIR): $(SOURCE) |