Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 381689 | Differences between
and this patch

Collapse All | Expand All

(-) (-5 lines)
Line  Link Here
-- setup.py.orig
Lines 264-273 Link Here
264
                if dir:
264
                if dir:
265
                    add_directory(self.compiler.include_dirs, dir, 0)
265
                    add_directory(self.compiler.include_dirs, dir, 0)
266
266
267
        if find_include_file(self, "lcms.h"):
268
            if find_library_file(self, "lcms"):
269
                feature.lcms = "lcms"
270
271
        if _tkinter and find_include_file(self, "tk.h"):
267
        if _tkinter and find_include_file(self, "tk.h"):
272
            # the library names may vary somewhat (e.g. tcl84 or tcl8.4)
268
            # the library names may vary somewhat (e.g. tcl84 or tcl8.4)
273
            version = TCL_VERSION[0] + TCL_VERSION[2]
269
            version = TCL_VERSION[0] + TCL_VERSION[2]

Return to bug 381689