summaryrefslogtreecommitdiff
path: root/editors/texstudio/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2020-06-10 06:36:14 +0000
committermarkd <markd@pkgsrc.org>2020-06-10 06:36:14 +0000
commit4de0c179c9248f4d0349c1840476e5a0e66c343d (patch)
treeaaf2979820337e8fa000be089afbd0d13913fa34 /editors/texstudio/patches
parente4da4fe5c33aaccb7792a21de46700dd298981d3 (diff)
downloadpkgsrc-4de0c179c9248f4d0349c1840476e5a0e66c343d.tar.gz
texstudio: qt5.15 fix
Diffstat (limited to 'editors/texstudio/patches')
-rw-r--r--editors/texstudio/patches/patch-manhattanstyle.cpp14
-rw-r--r--editors/texstudio/patches/patch-mostQtHeaders.h14
2 files changed, 28 insertions, 0 deletions
diff --git a/editors/texstudio/patches/patch-manhattanstyle.cpp b/editors/texstudio/patches/patch-manhattanstyle.cpp
new file mode 100644
index 00000000000..247e8d9516e
--- /dev/null
+++ b/editors/texstudio/patches/patch-manhattanstyle.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-manhattanstyle.cpp,v 1.1 2020/06/10 06:36:14 markd Exp $
+
+qt5.15 fix
+
+--- src/manhattanstyle.cpp.orig 2020-01-15 19:10:58.000000000 +0000
++++ src/manhattanstyle.cpp
+@@ -44,6 +44,7 @@
+ #include <QMainWindow>
+ #include <QMenuBar>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPixmap>
+ #include <QPixmapCache>
+ #include <QPushButton>
diff --git a/editors/texstudio/patches/patch-mostQtHeaders.h b/editors/texstudio/patches/patch-mostQtHeaders.h
new file mode 100644
index 00000000000..c0959073dd5
--- /dev/null
+++ b/editors/texstudio/patches/patch-mostQtHeaders.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-mostQtHeaders.h,v 1.1 2020/06/10 06:36:14 markd Exp $
+
+qt5.15 fix
+
+--- src/mostQtHeaders.h.orig 2020-01-15 19:10:58.000000000 +0000
++++ src/mostQtHeaders.h
+@@ -83,6 +83,7 @@
+ #include <QObject>
+ #include <QPaintEvent>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPixmap>
+ #include <QPixmapCache>
+ #include <QPointer>