From 90c88731bd036e5698b281fbc0a5f3aa4c9983ac Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 29 Jun 2020 11:38:31 +0100 Subject: gentoo resync : 29.06.2020 --- .../fraqtive/files/fraqtive-0.4.8-qt-5.15.patch | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 x11-misc/fraqtive/files/fraqtive-0.4.8-qt-5.15.patch (limited to 'x11-misc/fraqtive/files') diff --git a/x11-misc/fraqtive/files/fraqtive-0.4.8-qt-5.15.patch b/x11-misc/fraqtive/files/fraqtive-0.4.8-qt-5.15.patch new file mode 100644 index 000000000000..63c281757096 --- /dev/null +++ b/x11-misc/fraqtive/files/fraqtive-0.4.8-qt-5.15.patch @@ -0,0 +1,39 @@ +From 34963f986f64d98b6ef82757ca07159a6a059763 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Sun, 21 Jun 2020 13:21:15 +0200 +Subject: [PATCH] Fix build with Qt 5.15 (missing QPainterPath include) + +Signed-off-by: Andreas Sturmlechner +--- + src/datafunctions.cpp | 2 ++ + src/shadewidget.cpp | 1 + + 2 files changed, 3 insertions(+) + +diff --git a/src/datafunctions.cpp b/src/datafunctions.cpp +index 3ec1af9..9369299 100644 +--- a/src/datafunctions.cpp ++++ b/src/datafunctions.cpp +@@ -19,6 +19,8 @@ + #include "datafunctions.h" + #include "fractaldata.h" + ++#include ++ + namespace DataFunctions + { + +diff --git a/src/shadewidget.cpp b/src/shadewidget.cpp +index 1494b37..3da5c05 100644 +--- a/src/shadewidget.cpp ++++ b/src/shadewidget.cpp +@@ -19,6 +19,7 @@ + #include "shadewidget.h" + + #include ++#include + #include + #include + +-- +2.27.0 + -- cgit v1.2.3