From 61541d71390c7af993e0521268491664fef633bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 2 Sep 2020 14:54:44 +0200 Subject: [PATCH] navit: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/navit/patches/QPainterPath.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/navit/patches/QPainterPath.patch diff --git a/srcpkgs/navit/patches/QPainterPath.patch b/srcpkgs/navit/patches/QPainterPath.patch new file mode 100644 index 00000000000..e67b9bd8c16 --- /dev/null +++ b/srcpkgs/navit/patches/QPainterPath.patch @@ -0,0 +1,10 @@ +--- navit/graphics/qt5/graphics_qt5.cpp 2020-01-19 00:36:55.000000000 +0100 ++++ navit/graphics/qt5/graphics_qt5.cpp 2020-09-02 14:53:01.762542347 +0200 +@@ -45,6 +45,7 @@ + #include + #include + #include ++#include + #include + #include + #include