Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2018 09:40:13 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478539 - head/audio/sayonara/files
Message-ID:  <201808310940.w7V9eDqx075847@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+ {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808310940.w7V9eDqx075847>