shithub: aubio

Download patch

ref: 7f3504143c0091cc903374185ce6f8b19b4ca9ce
parent: 281381fc1bab18d5c377da243dadf6a9b894341b
author: Paul Brossier <piem@piem.org>
date: Thu Jul 21 00:05:49 EDT 2016

Makefile: back to 1.8.22 for now

--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 WAFCMD=python waf
-WAFURL=https://waf.io/waf-1.9.1
+WAFURL=https://waf.io/waf-1.8.22
 
 SOX=sox
 
--- a/wscript
+++ b/wscript
@@ -361,7 +361,7 @@
     if bld.env['DOXYGEN']:
         bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null',
                 source = 'doc/web.cfg',
-                cwd = bld.path.find_dir('doc'))
+                cwd = 'doc')
         bld.install_files( '${PREFIX}' + '/share/doc/libaubio-doc',
                 bld.path.ant_glob('doc/web/html/**'),
                 cwd = bld.path.find_dir ('doc/web'),