parent
b1e89089bc
commit
d4f1055bd0
@ -1 +1 @@
|
||||
waf-1.5.3.stripped.tar.bz2
|
||||
waf-1.5.4.stripped.tar.bz2
|
||||
|
@ -1 +1 @@
|
||||
423c8b5919bcb0cbee0edc993d694dcc waf-1.5.3.stripped.tar.bz2
|
||||
35ba50ea6bdcb711d48d1c8842da1750 waf-1.5.4.stripped.tar.bz2
|
||||
|
@ -1,19 +1,19 @@
|
||||
diff -up waf-1.5.2/waf-light.orig waf-1.5.2/waf-light
|
||||
--- waf-1.5.2/waf-light.orig 2008-12-22 00:31:57.000000000 +0100
|
||||
+++ waf-1.5.2/waf-light 2009-01-16 17:13:00.000000000 +0100
|
||||
@@ -102,7 +102,7 @@ def find_lib():
|
||||
diff -up waf-1.5.4/waf-light.orig waf-1.5.4/waf-light
|
||||
--- waf-1.5.4/waf-light.orig 2009-04-07 20:34:22.000000000 +0200
|
||||
+++ waf-1.5.4/waf-light 2009-04-07 21:29:53.000000000 +0200
|
||||
@@ -117,7 +117,7 @@ def find_lib():
|
||||
if w: return w
|
||||
err("waf-light requires wafadmin -> export WAFDIR=/folder")
|
||||
|
||||
- dir = "/lib/waf-%s-%s/" % (VERSION, REVISION)
|
||||
- dir = "/lib/%s-%s-%s/" % (WAF, VERSION, REVISION)
|
||||
+ dir = "/share/waf/"
|
||||
for i in [INSTALL,'/usr','/usr/local','/opt']:
|
||||
w = test(i+dir)
|
||||
if w: return w
|
||||
diff -up waf-1.5.2/wscript.orig waf-1.5.2/wscript
|
||||
--- waf-1.5.2/wscript.orig 2008-12-22 00:31:57.000000000 +0100
|
||||
+++ waf-1.5.2/wscript 2009-01-16 17:13:00.000000000 +0100
|
||||
@@ -318,7 +318,7 @@ def build(bld):
|
||||
diff -up waf-1.5.4/wscript.orig waf-1.5.4/wscript
|
||||
--- waf-1.5.4/wscript.orig 2009-04-07 20:34:22.000000000 +0200
|
||||
+++ waf-1.5.4/wscript 2009-04-07 21:28:26.000000000 +0200
|
||||
@@ -314,7 +314,7 @@ def build(bld):
|
||||
if val != True and val != "y": sys.exit(1)
|
||||
create_waf()
|
||||
|
Loading…
Reference in new issue