diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-08-31 09:40:13 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-08-31 09:40:13 +0000 |
commit | 97479fb29df70fcbee37ecd48fc0af213d02a34f (patch) | |
tree | 657bfe434debb816ed035b755e3a19b486ce9a65 /audio/sayonara/files | |
parent | 40ac1f7de2b0b0cbb3eaf11d43a934d715182ce7 (diff) | |
download | ports-97479fb29df70fcbee37ecd48fc0af213d02a34f.tar.gz ports-97479fb29df70fcbee37ecd48fc0af213d02a34f.zip |
Notes
Diffstat (limited to 'audio/sayonara/files')
-rw-r--r-- | audio/sayonara/files/patch-src_GUI_InfoDialog_GUI__InfoDialog.h | 13 |
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 + { |