python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / octave / patches / 01-qscintilla.patch
blob68c992affcf51b2d49ae41f389f41d0e01bdee2d
1 # reason: configure looks for the wrong filename
2 # note: should be fixed in the next release
4 --- configure
5 +++ configure
6 @@ -34697,7 +34697,7 @@
7 case "$qt_version" in
8 4)
9 QT_MODULES="QtCore QtGui QtNetwork QtOpenGL"
10 - octave_qscintilla_libnames=qscintilla2
11 + octave_qscintilla_libnames=qscintilla2 qscintilla_qt5
14 QT_MODULES="Qt5Core Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport"