svn commit: r478539 - head/audio/sayonara/files

Jason E. Hale jhale at FreeBSD.org
Fri Aug 31 09:40:14 UTC 2018


Author: jhale
Date: Fri Aug 31 09:40:13 2018
New Revision: 478539
URL: https://svnweb.freebsd.org/changeset/ports/478539

Log:
  Fix build with Qt 5.11
  
  PR:		230884

Added:
  head/audio/sayonara/files/patch-src_GUI_InfoDialog_GUI__InfoDialog.h   (contents, props changed)

Added: head/audio/sayonara/files/patch-src_GUI_InfoDialog_GUI__InfoDialog.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/sayonara/files/patch-src_GUI_InfoDialog_GUI__InfoDialog.h	Fri Aug 31 09:40:13 2018	(r478539)
@@ -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
+ {


More information about the svn-ports-all mailing list