shithub: aubio

Download patch

ref: e330033d2cdc3ae81130a50dc96f9d4d619cf5ab
parent: f0ce36a16a6dfab2f181820447c4707a267f88fb
author: Paul Brossier <piem@piem.org>
date: Thu Oct 22 15:59:55 EDT 2015

Makefile: update to waf 1.8.14

--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 	@[ -f waf ] || make getwaf
 
 getwaf:
-	curl https://waf.io/waf-1.8.12 > waf
+	curl https://waf.io/waf-1.8.14 > waf
 	@[ -d wafilb ] || rm -fr waflib
 	@chmod +x waf && ./waf --help > /dev/null
 	@mv .waf*/waflib . && rm -fr .waf-*