From b82360017a189079d7cb3b15a3aaa5b00540ae7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 1 Sep 2020 14:51:11 +0200 Subject: [PATCH] inspectrum: fix build w/ qt5-5.15.0 (QPainterPath) --- srcpkgs/inspectrum/patches/QPainterPath.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/inspectrum/patches/QPainterPath.patch diff --git a/srcpkgs/inspectrum/patches/QPainterPath.patch b/srcpkgs/inspectrum/patches/QPainterPath.patch new file mode 100644 index 00000000000..cd70cbab4b7 --- /dev/null +++ b/srcpkgs/inspectrum/patches/QPainterPath.patch @@ -0,0 +1,10 @@ +--- traceplot.cpp 2018-06-03 12:12:59.000000000 +0200 ++++ traceplot.cpp 2020-09-01 14:49:36.422074448 +0200 +@@ -17,6 +17,7 @@ + * along with this program. If not, see . + */ + ++#include + #include + #include + #include