older sphinx. - Rebase libdir patch.epel8
parent
3646c73790
commit
a6481a6215
@ -1,12 +0,0 @@
|
||||
--- waf-light.orig 2010-11-25 11:11:50.000000000 +0100
|
||||
+++ waf-light 2011-01-15 15:22:53.485315375 +0100
|
||||
@@ -145,6 +145,9 @@
|
||||
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)
|
@ -0,0 +1,13 @@
|
||||
diff -up waf-1.8.11/waf-light.orig waf-1.8.11/waf-light
|
||||
--- waf-1.8.11/waf-light.orig 2015-06-20 22:24:00.000000000 +0200
|
||||
+++ waf-1.8.11/waf-light 2015-06-22 20:23:07.171667528 +0200
|
||||
@@ -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)
|
@ -0,0 +1,11 @@
|
||||
diff -up waf-1.8.11/docs/sphinx/wscript.orig waf-1.8.11/docs/sphinx/wscript
|
||||
--- waf-1.8.11/docs/sphinx/wscript.orig 2015-06-11 18:11:04.000000000 +0200
|
||||
+++ waf-1.8.11/docs/sphinx/wscript 2015-06-22 18:36:02.078701412 +0200
|
||||
@@ -19,7 +19,6 @@ def configure(cfg):
|
||||
cfg.find_program('convert', var='CONVERT')
|
||||
cfg.load('daemon', tooldir=['../../playground/daemon/'])
|
||||
cfg.find_program("sphinx-build", var="SPHINX_BUILD")
|
||||
- cfg.env.SPHINX_ARGS = ['-W']
|
||||
|
||||
def build(bld):
|
||||
bld.path.make_node('_static').mkdir()
|
Loading…
Reference in new issue