summaryrefslogtreecommitdiff
path: root/math/labplot
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2023-05-01 23:39:15 +0200
committerAdriaan de Groot <adridg@FreeBSD.org>2023-05-01 23:42:28 +0200
commit226cc81601a34ec5c7147f1ca010f0b60d7b515d (patch)
treec552423e2e379ec758bc0ac2316247902fef0343 /math/labplot
parentnet-im/qxmpp-qt5: update to 1.5.5, latest upstream (diff)
math/labplot: repair build after changes in implicit includes
KF5 sometimes loses implicit (transitive) includes, which broke the build of labplot. Repair that.
Diffstat (limited to 'math/labplot')
-rw-r--r--math/labplot/files/patch-src_backend_cantorWorksheet_CantorWorksheet.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/labplot/files/patch-src_backend_cantorWorksheet_CantorWorksheet.cpp b/math/labplot/files/patch-src_backend_cantorWorksheet_CantorWorksheet.cpp
new file mode 100644
index 000000000000..c044def688b7
--- /dev/null
+++ b/math/labplot/files/patch-src_backend_cantorWorksheet_CantorWorksheet.cpp
@@ -0,0 +1,12 @@
+--- src/backend/cantorWorksheet/CantorWorksheet.cpp.orig 2023-05-01 21:33:27 UTC
++++ src/backend/cantorWorksheet/CantorWorksheet.cpp
+@@ -33,6 +33,9 @@
+ #include <QModelIndex>
+
+ #include <KLocalizedString>
++#include <KPluginLoader>
++#include <KPluginFactory>
++#include <KPluginMetaData>
+ #include <KParts/ReadWritePart>
+
+ CantorWorksheet::CantorWorksheet(const QString &name, bool loading)