Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 354877
Collapse All | Expand All

(-)setup.py.old (+1 lines)
Lines 405-410 Link Here
405
        # be assumed that no additional -I,-L directives are needed.
405
        # be assumed that no additional -I,-L directives are needed.
406
        lib_dirs = self.compiler.library_dirs + [
406
        lib_dirs = self.compiler.library_dirs + [
407
            '/lib64', '/usr/lib64',
407
            '/lib64', '/usr/lib64',
408
            '/lib32', '/usr/lib32',
408
            '/lib', '/usr/lib',
409
            '/lib', '/usr/lib',
409
            ]
410
            ]
410
        inc_dirs = self.compiler.include_dirs + ['/usr/include']
411
        inc_dirs = self.compiler.include_dirs + ['/usr/include']

Return to bug 354877