aboutsummaryrefslogtreecommitdiff
path: root/audio/sayonara
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-08-31 09:40:13 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-08-31 09:40:13 +0000
commit97479fb29df70fcbee37ecd48fc0af213d02a34f (patch)
tree657bfe434debb816ed035b755e3a19b486ce9a65 /audio/sayonara
parent40ac1f7de2b0b0cbb3eaf11d43a934d715182ce7 (diff)
downloadports-97479fb29df70fcbee37ecd48fc0af213d02a34f.tar.gz
ports-97479fb29df70fcbee37ecd48fc0af213d02a34f.zip
Fix build with Qt 5.11
PR: 230884
Notes
Notes: svn path=/head/; revision=478539
Diffstat (limited to 'audio/sayonara')
-rw-r--r--audio/sayonara/files/patch-src_GUI_InfoDialog_GUI__InfoDialog.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/sayonara/files/patch-src_GUI_InfoDialog_GUI__InfoDialog.h b/audio/sayonara/files/patch-src_GUI_InfoDialog_GUI__InfoDialog.h
new file mode 100644
index 000000000000..4092455f0794
--- /dev/null
+++ b/audio/sayonara/files/patch-src_GUI_InfoDialog_GUI__InfoDialog.h
@@ -0,0 +1,13 @@
+Fix build with Qt 5.11
+
+--- src/GUI/InfoDialog/GUI_InfoDialog.h.orig 2018-08-31 09:31:17 UTC
++++ src/GUI/InfoDialog/GUI_InfoDialog.h
+@@ -29,6 +29,8 @@
+ #include "Utils/MetaData/MetaDataFwd.h"
+ #include "Utils/Pimpl.h"
+
++#include <QTabBar>
++
+ class InfoDialogContainer;
+ namespace Cover
+ {