Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
waf
waf-1.6.2-libdir.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File waf-1.6.2-libdir.patch of Package waf
Index: waf-light =================================================================== --- waf-light.orig +++ waf-light @@ -149,6 +149,9 @@ def find_lib(): w = test(i + '/lib/' + dirname) if w: return w + w = test('/usr/share/%s' % WAF) + if w: return w + #waf-local dir = join(base, (sys.platform != 'win32' and '.' or '') + dirname) w = test(dir)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor