svn commit: r478852 - head/multimedia/vlc/files

Jason E. Hale jhale at FreeBSD.org
Mon Sep 3 10:12:59 UTC 2018


Author: jhale
Date: Mon Sep  3 10:12:58 2018
New Revision: 478852
URL: https://svnweb.freebsd.org/changeset/ports/478852

Log:
  Fix build with Qt 5.11
  
  PR:		230884

Added:
  head/multimedia/vlc/files/patch-modules_gui_qt4_actions__manager.hpp   (contents, props changed)
  head/multimedia/vlc/files/patch-modules_gui_qt4_components_simple__preferences.cpp   (contents, props changed)

Added: head/multimedia/vlc/files/patch-modules_gui_qt4_actions__manager.hpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/vlc/files/patch-modules_gui_qt4_actions__manager.hpp	Mon Sep  3 10:12:58 2018	(r478852)
@@ -0,0 +1,12 @@
+Fix build with Qt 5.11
+
+--- modules/gui/qt4/actions_manager.hpp.orig	2018-09-03 09:20:39 UTC
++++ modules/gui/qt4/actions_manager.hpp
+@@ -31,6 +31,7 @@
+ #include "qt4.hpp"
+ #include "util/singleton.hpp"
+ 
++#include <QAction>
+ #include <QObject>
+ class QAction;
+ 

Added: head/multimedia/vlc/files/patch-modules_gui_qt4_components_simple__preferences.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/vlc/files/patch-modules_gui_qt4_components_simple__preferences.cpp	Mon Sep  3 10:12:58 2018	(r478852)
@@ -0,0 +1,12 @@
+Fix build with Qt 5.11
+
+--- modules/gui/qt4/components/simple_preferences.cpp.orig	2018-09-03 09:38:13 UTC
++++ modules/gui/qt4/components/simple_preferences.cpp
+@@ -36,6 +36,7 @@
+ #include <QString>
+ #include <QFont>
+ #include <QToolButton>
++#include <QButtonGroup>
+ #include <QSignalMapper>
+ #include <QVBoxLayout>
+ #include <QScrollArea>


More information about the svn-ports-head mailing list