diff options
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 2 | ||||
-rw-r--r-- | math/octave/files/patch-configure | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 8b7efccd19c0..ba5f47cec46c 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 4.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math java MASTER_SITES= GNU 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 |