aboutsummaryrefslogtreecommitdiff
path: root/math/cantor
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2019-08-15 10:01:34 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2019-08-15 10:01:34 +0000
commit0a7455c83ce45910f0ee6965d5db7b95bc54c9db (patch)
treeba72125e7521f7704b77323205dcde5c796ca7bb /math/cantor
parent949aa029a9916060e028096dff572f2f2fceebb7 (diff)
downloadports-0a7455c83ce45910f0ee6965d5db7b95bc54c9db.tar.gz
ports-0a7455c83ce45910f0ee6965d5db7b95bc54c9db.zip
Notes
Diffstat (limited to 'math/cantor')
-rw-r--r--math/cantor/files/patch-gentoo-kf5-5.61-headers26
1 files changed, 26 insertions, 0 deletions
diff --git a/math/cantor/files/patch-gentoo-kf5-5.61-headers b/math/cantor/files/patch-gentoo-kf5-5.61-headers
new file mode 100644
index 000000000000..1f5feab67f97
--- /dev/null
+++ b/math/cantor/files/patch-gentoo-kf5-5.61-headers
@@ -0,0 +1,26 @@
+From 6a49ffa048f619752d32ff9b85a03c8cbcb448b7 Mon Sep 17 00:00:00 2001
+From: Nikita Sirgienko <warquark@gmail.com>
+Date: Sun, 21 Jul 2019 02:00:46 +0300
+Subject: Try to fix build error in stable-kf5-qt5 #7
+
+---
+ src/cantor.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+(limited to 'src/cantor.h')
+
+diff --git a/src/cantor.h b/src/cantor.h
+index 0352753..bbf8f6e 100644
+--- src/cantor.h
++++ src/cantor.h
+@@ -25,6 +25,8 @@
+ #include <KParts/MainWindow>
+
+ #include <QList>
++#include <QStringList>
++#include <QMap>
+
+ class QTabWidget;
+ class KTextEdit;
+--
+cgit v1.1