[148701] trunk/dports/math/octave-devel/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sun May 15 03:29:21 PDT 2016
Revision: 148701
https://trac.macports.org/changeset/148701
Author: mcalhoun at macports.org
Date: 2016-05-15 03:29:21 -0700 (Sun, 15 May 2016)
Log Message:
-----------
octave-devel, octave-devel-rc, octave-devel-release: rearrange code; no functional changes
Modified Paths:
--------------
trunk/dports/math/octave-devel/Portfile
Modified: trunk/dports/math/octave-devel/Portfile
===================================================================
--- trunk/dports/math/octave-devel/Portfile 2016-05-15 10:27:15 UTC (rev 148700)
+++ trunk/dports/math/octave-devel/Portfile 2016-05-15 10:29:21 UTC (rev 148701)
@@ -457,6 +457,10 @@
}
default_variants-append +fltk
+if {[variant_isset fltk] && [variant_isset qt4gui]} {
+ notes-append "unless octave is run with --no-gui-libs, graphics_toolkit(\"fltk\") will cause a crash"
+}
+
variant jit description {enable JIT compiler (EXPERIMENTAL)} {
# JIT requires LLVM, so select a version to use
set llvm_ver 3.7
@@ -475,10 +479,6 @@
configure.cxxflags-append -std=c++11
}
-if {[variant_isset fltk] && [variant_isset qt4gui]} {
- notes-append "unless octave is run with --no-gui-libs, graphics_toolkit(\"fltk\") will cause a crash"
-}
-
variant sound description {enable audio support (file I/O and playback)} {
depends_lib-append port:libsndfile
depends_lib-append port:portaudio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160515/3eca8c66/attachment.html>
More information about the macports-changes
mailing list