From fce92aa79f25d78649d43878a25cb7487ebb6c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 2 Sep 2020 16:04:08 +0200 Subject: [PATCH] konversation: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/konversation/patches/QPainterPath.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/konversation/patches/QPainterPath.patch diff --git a/srcpkgs/konversation/patches/QPainterPath.patch b/srcpkgs/konversation/patches/QPainterPath.patch new file mode 100644 index 00000000000..7e59c1692c6 --- /dev/null +++ b/srcpkgs/konversation/patches/QPainterPath.patch @@ -0,0 +1,10 @@ +--- src/viewer/viewtree.cpp 2018-06-27 00:22:38.000000000 +0200 ++++ src/viewer/viewtree.cpp 2020-09-02 16:02:10.394756372 +0200 +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + #include + #include + #include