diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-09-02 10:07:02 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-09-02 10:07:02 +0000 |
commit | 27db079189729ae3832cf45e15f1a234c7fb4370 (patch) | |
tree | 1b2d2af309861d6cc5f9af989e0c0b757b694dc3 | |
parent | - Update WWW (diff) |
print/lyx: fix build with Qt 5.11
PR: 230884
Obtained from: gentoo
Notes
Notes:
svn path=/head/; revision=478774
-rw-r--r-- | print/lyx/files/patch-gentoo_git-lyx-2.3.0-qt-5.11.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/lyx/files/patch-gentoo_git-lyx-2.3.0-qt-5.11.patch b/print/lyx/files/patch-gentoo_git-lyx-2.3.0-qt-5.11.patch new file mode 100644 index 000000000000..d21053e36583 --- /dev/null +++ b/print/lyx/files/patch-gentoo_git-lyx-2.3.0-qt-5.11.patch @@ -0,0 +1,19 @@ +https://gitweb.gentoo.org/repo/gentoo.git/plain/app-office/lyx/files/lyx-2.3.0-qt-5.11.patch + +--- src/frontends/qt4/GuiDocument.cpp 2018-02-25 01:11:18.000000000 +0100 ++++ src/frontends/qt4/GuiDocument.cpp 2018-03-30 19:45:47.283928297 +0200 +@@ -68,11 +68,12 @@ + #include "frontends/alert.h" + + #include <QAbstractItemModel> +-#include <QHeaderView> ++#include <QButtonGroup> + #include <QColor> + #include <QColorDialog> + #include <QCloseEvent> + #include <QFontDatabase> ++#include <QHeaderView> + #include <QScrollBar> + #include <QTextBoundaryFinder> + #include <QTextCursor> + |