From 90c88731bd036e5698b281fbc0a5f3aa4c9983ac Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 29 Jun 2020 11:38:31 +0100 Subject: gentoo resync : 29.06.2020 --- .../inspectrum/files/inspectrum-0.2.2-qt-5.15.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 net-wireless/inspectrum/files/inspectrum-0.2.2-qt-5.15.patch (limited to 'net-wireless/inspectrum/files') diff --git a/net-wireless/inspectrum/files/inspectrum-0.2.2-qt-5.15.patch b/net-wireless/inspectrum/files/inspectrum-0.2.2-qt-5.15.patch new file mode 100644 index 000000000000..3e55e814ecbe --- /dev/null +++ b/net-wireless/inspectrum/files/inspectrum-0.2.2-qt-5.15.patch @@ -0,0 +1,21 @@ +From 1f2b4587ec2c6d1a1945eee8bbf361dbdf3dc8af Mon Sep 17 00:00:00 2001 +From: Martin Hauke +Date: Sun, 7 Jun 2020 21:56:38 +0200 +Subject: [PATCH] Fix build with Qt 5.15+ + +--- + traceplot.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/traceplot.cpp b/traceplot.cpp +index 3704d24..04bdba8 100644 +--- a/traceplot.cpp ++++ b/traceplot.cpp +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + #include "samplesource.h" + #include "traceplot.h" + -- cgit v1.2.3