summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-18 00:00:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-18 00:02:03 +0200
commit0a8d25cbc5a23802d7b21e8d8409e9ad4d018598 (patch)
tree84613908a98d5a1e654a84ba924ae8b1c505892d /net-misc/qtm/files
parentapp-text/goldendict: Fix build with Qt 5.11 (diff)
downloadgentoo-0a8d25cbc5a23802d7b21e8d8409e9ad4d018598.tar.gz
gentoo-0a8d25cbc5a23802d7b21e8d8409e9ad4d018598.tar.bz2
gentoo-0a8d25cbc5a23802d7b21e8d8409e9ad4d018598.zip
net-misc/qtm: 1.3.19 version bump, fix build with Qt 5.11
Closes: https://bugs.gentoo.org/662480 Package-Manager: Portage-2.3.46, Repoman-2.3.10
Diffstat (limited to 'net-misc/qtm/files')
-rw-r--r--net-misc/qtm/files/qtm-1.3.19-qt-5.11.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/qtm/files/qtm-1.3.19-qt-5.11.patch b/net-misc/qtm/files/qtm-1.3.19-qt-5.11.patch
new file mode 100644
index 000000000000..76bf75e11283
--- /dev/null
+++ b/net-misc/qtm/files/qtm-1.3.19-qt-5.11.patch
@@ -0,0 +1,23 @@
+Fixes build error due to internal header cleanup in Qt 5.11.
+Gentoo-bug: https://bugs.gentoo.org/662480
+
+--- a/AccountsDialog.cc 2017-06-12 12:27:59.964042017 +0200
++++ b/AccountsDialog.cc 2018-08-17 23:51:40.559225179 +0200
+@@ -21,6 +21,7 @@
+ *************************************************************************************************/
+
+
++#include <QAction>
+ #include <QWidget>
+ #include <QDialog>
+ #include <QListWidget>
+--- a/QuickpostTemplateDialog.cc 2017-06-12 12:28:00.244038449 +0200
++++ b/QuickpostTemplateDialog.cc 2018-08-17 23:55:11.793673907 +0200
+@@ -20,6 +20,7 @@
+ *****************************************************************************/
+
+
++#include <QAction>
+ #include <QWidget>
+ #include <QDialog>
+ #include <QListWidget>