Files
extra/xmms2/fix-build.patch
2025-06-22 20:39:04 -05:00

23 lines
542 B
Diff

--- a/waf 2021-12-02 02:37:32.000000000 +0100
+++ b/waf 2021-12-02 02:38:18.244832874 +0100
@@ -32,7 +32,7 @@
import os, sys, inspect
-VERSION="2.0.20"
+VERSION="2.0.22"
REVISION="8fe7fadebc916ab81e89099c584ee580"
GIT="x"
INSTALL=''
--- a/waflib/Context.py 2021-12-02 02:40:59.000000000 +0100
+++ b/waflib/Context.py 2021-12-02 02:42:16.795871887 +0100
@@ -12,7 +12,7 @@
else:
import imp
HEXVERSION=0x2001400
-WAFVERSION="2.0.20"
+WAFVERSION="2.0.22"
WAFREVISION="668769470956da8c5b60817cb8884cd7d0f87cd4"
WAFNAME="waf"
ABI=20