summaryrefslogtreecommitdiff
path: root/dev-python/imaging/files/imaging-1.1.7-nolcms.patch
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-11-21 16:52:02 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-11-21 16:52:02 +0200
commitf09b0ce404160d570380506fe314f326a9412d33 (patch)
tree58af4f0f590f06550fd98b01ff5e3de624329b38 /dev-python/imaging/files/imaging-1.1.7-nolcms.patch
parent2ef47d494f82c5e68de1edc169d3ad66a6b3831b (diff)
Safe keeping the package dev-python/imaging
Diffstat (limited to 'dev-python/imaging/files/imaging-1.1.7-nolcms.patch')
-rw-r--r--dev-python/imaging/files/imaging-1.1.7-nolcms.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/imaging/files/imaging-1.1.7-nolcms.patch b/dev-python/imaging/files/imaging-1.1.7-nolcms.patch
new file mode 100644
index 00000000..e087cd30
--- /dev/null
+++ b/dev-python/imaging/files/imaging-1.1.7-nolcms.patch
@@ -0,0 +1,13 @@
+--- setup.py.orig
++++ setup.py 2011-09-04
+@@ -264,10 +264,6 @@
+ if dir:
+ add_directory(self.compiler.include_dirs, dir, 0)
+
+- if find_include_file(self, "lcms.h"):
+- if find_library_file(self, "lcms"):
+- feature.lcms = "lcms"
+-
+ if _tkinter and find_include_file(self, "tk.h"):
+ # the library names may vary somewhat (e.g. tcl84 or tcl8.4)
+ version = TCL_VERSION[0] + TCL_VERSION[2]