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

(-)setup.py.orig (-1 / +1 lines)
Lines 1065-1071 Link Here
1065
                missing.append('resource')
1065
                missing.append('resource')
1066
1066
1067
            # Sun yellow pages. Some systems have the functions in libc.
1067
            # Sun yellow pages. Some systems have the functions in libc.
1068
            if platform not in ['cygwin', 'atheos', 'qnx6']:
1068
            if (platform not in ['cygwin', 'atheos', 'qnx6'] and find_file('rpcsvc/yp_prot.h', inc_dirs, []) is not None):
1069
                if (self.compiler.find_library_file(lib_dirs, 'nsl')):
1069
                if (self.compiler.find_library_file(lib_dirs, 'nsl')):
1070
                    libs = ['nsl']
1070
                    libs = ['nsl']
1071
                else:
1071
                else:

Return to bug 299808