svn commit: r463212 - head/math/octave
Stephen Montgomery-Smith
stephen at FreeBSD.org
Wed Feb 28 14:40:49 UTC 2018
Author: stephen
Date: Wed Feb 28 14:40:48 2018
New Revision: 463212
URL: https://svnweb.freebsd.org/changeset/ports/463212
Log:
- Make sure build doesn't use qt5 libraries/utilities.
PR: ports/226246
Submitted by: Ting-Wei Lan <lantw44 at gmail.com>
Modified:
head/math/octave/Makefile
Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile Wed Feb 28 14:14:53 2018 (r463211)
+++ head/math/octave/Makefile Wed Feb 28 14:40:48 2018 (r463212)
@@ -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
More information about the svn-ports-all
mailing list