From 105b5232cb71d8ca15c6ea4a01493a00cf6574e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 31 Aug 2020 21:10:01 +0200 Subject: [PATCH] owncloudclient: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/owncloudclient/patches/QPainterPath.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/owncloudclient/patches/QPainterPath.patch diff --git a/srcpkgs/owncloudclient/patches/QPainterPath.patch b/srcpkgs/owncloudclient/patches/QPainterPath.patch new file mode 100644 index 00000000000..668dd9223b2 --- /dev/null +++ b/srcpkgs/owncloudclient/patches/QPainterPath.patch @@ -0,0 +1,10 @@ +--- src/libsync/networkjobs.cpp 2020-01-28 15:57:39.000000000 +0100 ++++ src/libsync/networkjobs.cpp 2020-08-31 21:06:43.744784467 +0200 +@@ -31,6 +31,7 @@ + #include + #ifndef TOKEN_AUTH_ONLY + #include ++#include + #endif + + #include "networkjobs.h"