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 / +2 lines)
Lines 111-117 Link Here
111
        # add standard directories
111
        # add standard directories
112
112
113
        # standard locations
113
        # standard locations
114
        _add_directory(include_dirs, "/usr/include")
114
        prefix = sysconfig.get_config_var("prefix")
115
        _add_directory(include_dirs, os.path.join(prefix, "include"))
115
116
116
        #
117
        #
117
        # insert new dirs *before* default libs, to avoid conflicts
118
        # insert new dirs *before* default libs, to avoid conflicts

Return to bug 480216