diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-03-01 19:41:29 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-03-01 19:41:29 +0000 |
commit | 11ba7ade14980d9eeafbedbedfa35cfc671a0ae8 (patch) | |
tree | 890844660e7a67f9bc924c6ead151c27c7739287 /math/octave/files/patch-configure | |
parent | net-im/cjc: schedule for removal on 2018-04-01, depends on expired port. (diff) |
- Make sure qscintilla links correctly to octave (otherwise the built in text editor
doesn't work in the GUI version).
Diffstat (limited to 'math/octave/files/patch-configure')
-rw-r--r-- | math/octave/files/patch-configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/octave/files/patch-configure b/math/octave/files/patch-configure index d230604579da..f0fa95cd7ddc 100644 --- a/math/octave/files/patch-configure +++ b/math/octave/files/patch-configure @@ -225,6 +225,15 @@ soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no +@@ -34697,7 +34697,7 @@ $as_echo_n "checking Qt version $ver... + case "$qt_version" in + 4) + QT_MODULES="QtCore QtGui QtNetwork QtOpenGL" +- octave_qscintilla_libnames=qscintilla2 ++ octave_qscintilla_libnames=qscintilla2_qt4 + ;; + 5) + QT_MODULES="Qt5Core Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport" @@ -35738,7 +35738,7 @@ esac fi |