diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index ab1cb7ad1d64..8b7efccd19c0 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -63,7 +63,8 @@ CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-lapack="${LAPACKLIB}" \ --enable-shared \ --disable-jit \ - --disable-openmp + --disable-openmp \ + --with-qt=4 OPTIONS_DEFINE= DOCS |