summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-15 00:06:57 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-15 00:11:02 +0800
commit7bd202f657fd9aaecf48067c6c719e5c83becf22 (patch)
tree2376825873eddedfbdae8cb8e4b3733a8e636823
parentastro/py-astropy-helpers: Add NO_ARCH (diff)
audio/mixxx: Fix build with scons 4.1.0.post1
-rw-r--r--audio/mixxx/files/patch-build_qt5.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mixxx/files/patch-build_qt5.py b/audio/mixxx/files/patch-build_qt5.py
new file mode 100644
index 000000000000..d0927978bcd7
--- /dev/null
+++ b/audio/mixxx/files/patch-build_qt5.py
@@ -0,0 +1,11 @@
+--- build/qt5.py.orig 2020-05-15 21:26:10 UTC
++++ build/qt5.py
+@@ -43,7 +43,7 @@ import SCons.Scanner
+ import SCons.Tool
+ import SCons.Util
+
+-class ToolQt5Warning(SCons.Warnings.Warning):
++class ToolQt5Warning(SCons.Warnings.SConsWarning):
+ pass
+
+ class GeneratedMocFileNotIncluded(ToolQt5Warning):