From e91f81b1e3d37d8e74309e689c71ef7c13ec611a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 1 Sep 2020 19:28:22 +0200 Subject: [PATCH] freeciv: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/freeciv/patches/QPainterPath.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/freeciv/patches/QPainterPath.patch diff --git a/srcpkgs/freeciv/patches/QPainterPath.patch b/srcpkgs/freeciv/patches/QPainterPath.patch new file mode 100644 index 00000000000..9c6bdb0480b --- /dev/null +++ b/srcpkgs/freeciv/patches/QPainterPath.patch @@ -0,0 +1,20 @@ +--- client/gui-qt/canvas.cpp 2020-02-15 16:49:02.000000000 +0100 ++++ client/gui-qt/canvas.cpp 2020-09-01 19:25:35.075928695 +0200 +@@ -18,6 +18,7 @@ + // Qt + #include + #include ++#include + + // qt-client + #include "canvas.h" +--- client/gui-qt/dialogs.cpp 2020-02-15 16:49:02.000000000 +0100 ++++ client/gui-qt/dialogs.cpp 2020-09-01 19:25:42.242929065 +0200 +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + #include + #include + #include