From 5657f86bec58226d277eb89af5ba5aa4fd05def9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 1 Sep 2020 01:11:28 +0200 Subject: [PATCH] imgbrd-grabber: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/imgbrd-grabber/patches/QPainterPath.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 srcpkgs/imgbrd-grabber/patches/QPainterPath.patch diff --git a/srcpkgs/imgbrd-grabber/patches/QPainterPath.patch b/srcpkgs/imgbrd-grabber/patches/QPainterPath.patch new file mode 100644 index 00000000000..80ca564df10 --- /dev/null +++ b/srcpkgs/imgbrd-grabber/patches/QPainterPath.patch @@ -0,0 +1,9 @@ +--- gui/src/ui/QBouton.cpp 2019-05-19 13:41:39.000000000 +0200 ++++ gui/src/ui/QBouton.cpp 2020-09-01 01:09:55.472537243 +0200 +@@ -1,5 +1,6 @@ + #include "ui/QBouton.h" + #include ++#include + #include + #include +