aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-09-02 09:03:18 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-09-02 09:03:18 +0000
commitc320946782d6bdbc97271e4ac89d477e0f266b9b (patch)
treefb4e4bf5a4ad875de19fcd37027dfe504fd8883f /audio
parent00a567a7c103d0835c180f9a12c471f59756ef80 (diff)
downloadports-c320946782d6bdbc97271e4ac89d477e0f266b9b.tar.gz
ports-c320946782d6bdbc97271e4ac89d477e0f266b9b.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/musescore/files/patch-git_9c8a8f22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/musescore/files/patch-git_9c8a8f b/audio/musescore/files/patch-git_9c8a8f
new file mode 100644
index 000000000000..df847a17cdfc
--- /dev/null
+++ b/audio/musescore/files/patch-git_9c8a8f
@@ -0,0 +1,22 @@
+From 9c8a8ffe0cbb00ee93a10fe245da01a4d32ca086 Mon Sep 17 00:00:00 2001
+From: Orcan Ogetbil <orcan@localhost.localdomain>
+Date: Thu, 31 May 2018 21:04:51 -0400
+Subject: [PATCH] added missing #include <QButtonGroup> required by qt >= 5.11
+
+---
+ all.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/all.h b/all.h
+index 72db72b0ec..2ee0e8e807 100644
+--- all.h
++++ all.h
+@@ -131,6 +131,7 @@
+ #include <QProgressBar>
+ #include <QProgressDialog>
+ #include <QRadioButton>
++#include <QButtonGroup>
+ #include <QSplashScreen>
+ #include <QFontComboBox>
+ #include <QApplication>
+