]> git.pld-linux.org Git - packages/waf.git/blame - waf-path.patch
- updated python(abi) dependency, compile python library
[packages/waf.git] / waf-path.patch
CommitLineData
c9f31fb5
JB
1--- waf-1.6.4/waf-light.orig 2011-04-17 12:02:50.000000000 +0200
2+++ waf-1.6.4/waf-light 2011-05-01 06:55:29.260143094 +0200
72464c64 3@@ -1,4 +1,4 @@
7ad647e2 4-#!/usr/bin/env python
72464c64 5+#!/usr/bin/python
721c770e
JP
6 # encoding: latin-1
7 # Thomas Nagy, 2005-2017
8 #
c9f31fb5 9@@ -34,7 +34,7 @@
c9f31fb5 10 REVISION="x"
907937a3 11 GIT="x"
c9f31fb5
JB
12-INSTALL="x"
13+INSTALL="/usr/share"
14 C1='x'
15 C2='x'
907937a3 16 C3='x'
c9f31fb5
JB
17 cwd = os.getcwd()
18@@ -140,7 +140,7 @@ def find_lib():
5cb4610d 19 if w: return w
c9f31fb5 20 err('waf-light requires waflib -> export WAFDIR=/folder')
7ad647e2 21
c9f31fb5 22- dirname = '%s-%s-%s' % (WAF, VERSION, REVISION)
115fc9d5 23- for i in (INSTALL,'/usr','/usr/local','/opt'):
c9f31fb5
JB
24- w = test(i + '/lib/' + dirname)
25+ dirname = WAF
115fc9d5 26+ for i in (INSTALL,'/usr/lib','/usr/local/lib','/opt'):
c9f31fb5
JB
27+ w = test(i + '/' + dirname)
28 if w: return w
29--- waf-1.6.4/wscript.orig 2011-04-17 12:02:50.000000000 +0200
30+++ waf-1.6.4/wscript 2011-05-01 07:00:51.030153869 +0200
31@@ -1,4 +1,4 @@
32-#! /usr/bin/env python
33+#! /usr/bin/python
34 # encoding: utf-8
35 # Thomas Nagy, 2005-2010
7ad647e2 36
This page took 0.076524 seconds and 4 git commands to generate.