aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:06:57 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:11:02 +0000
commit7bd202f657fd9aaecf48067c6c719e5c83becf22 (patch)
tree2376825873eddedfbdae8cb8e4b3733a8e636823 /audio
parent73cafe12f821f3ea00bbdd7cf92351896bf60542 (diff)
downloadports-7bd202f657fd9aaecf48067c6c719e5c83becf22.tar.gz
ports-7bd202f657fd9aaecf48067c6c719e5c83becf22.zip
audio/mixxx: Fix build with scons 4.1.0.post1
Diffstat (limited to 'audio')
-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):