From 3c65e3db84c106a2ec219ea4d78350ea200b8b9b Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 26 Feb 2019 00:56:04 +0100 Subject: app-editors/notepadqq: Fix build with Qt 5.11 Closes: https://bugs.gentoo.org/668392 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- .../files/notepadqq-1.4.8-qt-5.11-QDateTime.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 app-editors/notepadqq/files/notepadqq-1.4.8-qt-5.11-QDateTime.patch (limited to 'app-editors/notepadqq/files') diff --git a/app-editors/notepadqq/files/notepadqq-1.4.8-qt-5.11-QDateTime.patch b/app-editors/notepadqq/files/notepadqq-1.4.8-qt-5.11-QDateTime.patch new file mode 100644 index 000000000000..d0158c33527c --- /dev/null +++ b/app-editors/notepadqq/files/notepadqq-1.4.8-qt-5.11-QDateTime.patch @@ -0,0 +1,25 @@ +From 8d5dc3dfb279f8420457fbc04a3ff6fb5f3f8a21 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Tue, 26 Feb 2019 00:47:26 +0100 +Subject: [PATCH] Fix build with Qt 5.11 (add missing QDateTime include) + +Downstream report: https://bugs.gentoo.org/668392 +--- + src/ui/stats.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/ui/stats.cpp b/src/ui/stats.cpp +index 59837c9..e0f3cbd 100644 +--- a/src/ui/stats.cpp ++++ b/src/ui/stats.cpp +@@ -3,6 +3,7 @@ + #include + #include + #include ++#include + #include + #include + #include +-- +2.21.0 + -- cgit v1.2.3-65-gdbad