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)
openSUSE Build Service is sponsored by