From f09b0ce404160d570380506fe314f326a9412d33 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Fri, 21 Nov 2014 16:52:02 +0200 Subject: Safe keeping the package dev-python/imaging --- dev-python/imaging/files/imaging-1.1.7-nolcms.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-python/imaging/files/imaging-1.1.7-nolcms.patch (limited to 'dev-python/imaging/files/imaging-1.1.7-nolcms.patch') 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] -- cgit v1.2.3