From a4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Apr 2018 20:02:04 +0100 Subject: gentoo resync : 28.04.2018 --- .../kstars/files/kstars-2.9.5-qt-5.11.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch (limited to 'sci-astronomy/kstars/files') diff --git a/sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch b/sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch new file mode 100644 index 000000000000..72d4b8e4a48a --- /dev/null +++ b/sci-astronomy/kstars/files/kstars-2.9.5-qt-5.11.patch @@ -0,0 +1,31 @@ +From cf510e4aee93bf1392df8e35931ba9bb9a07fc16 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Wed, 25 Apr 2018 22:05:50 +0200 +Subject: [PATCH] Fix build with Qt 5.11 (missing QDoubleValidator) + +Reviewers: mutlaqja + +Subscribers: #kde_edu + +Tags: #kde_edu + +Differential Revision: https://phabricator.kde.org/D12525 +--- + kstars/dialogs/focusdialog.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/kstars/dialogs/focusdialog.cpp b/kstars/dialogs/focusdialog.cpp +index d09ce9273..b264ee5c9 100644 +--- a/kstars/dialogs/focusdialog.cpp ++++ b/kstars/dialogs/focusdialog.cpp +@@ -24,6 +24,7 @@ + #include "skyobjects/skypoint.h" + + #include ++#include + #include + #include + +-- +2.17.0 + -- cgit v1.2.3