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

Collapse All | Expand All

(-)setup.py.orig (-1 / +5 lines)
Lines 99-108 Link Here
99
            _add_directory(library_dirs, lib_root)
99
            _add_directory(library_dirs, lib_root)
100
            _add_directory(include_dirs, include_root)
100
            _add_directory(include_dirs, include_root)
101
101
102
        prefix = sysconfig.get_config_var("prefix")
103
        if prefix:
104
            _add_directory(library_dirs, os.path.join(prefix, "lib"))
105
            _add_directory(include_dirs, os.path.join(prefix, "include"))
106
102
        #
107
        #
103
        # locate tkinter libraries
108
        # locate tkinter libraries
104
109
105
106
        if _tkinter:
110
        if _tkinter:
107
            TCL_VERSION = _tkinter.TCL_VERSION[:3]
111
            TCL_VERSION = _tkinter.TCL_VERSION[:3]
108
112

Return to bug 480216