void-packages/srcpkgs/octave/patches/01-qscintilla.patch
Piraty 0a65f2d0c1 octave: update to 4.2.2.
Closes #13564.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-18 12:26:16 +02:00

14 lines
426 B
Diff

# reason: configure looks for the wrong filename
# note: should be fixed in the next release
--- configure
+++ configure
@@ -34697,7 +34697,7 @@
case "$qt_version" in
4)
QT_MODULES="QtCore QtGui QtNetwork QtOpenGL"
- octave_qscintilla_libnames=qscintilla2
+ octave_qscintilla_libnames=qscintilla2 qscintilla_qt5
;;
5)
QT_MODULES="Qt5Core Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport"