We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7305bb0 commit 1a8c546Copy full SHA for 1a8c546
math/gnudatalanguage/Portfile
@@ -99,7 +99,10 @@ variant wxWidgets description {Enable wxWidgets support} {
99
configure.args-append -DwxWidgets_CONFIG_EXECUTABLE=${wxWidgets.wxconfig}
100
}
101
102
-default_variants +wxWidgets
+# https://trac.macports.org/ticket/62087
103
+if {${os.platform} ne "darwin" || ${os.major} >= 16} {
104
+ default_variants +wxWidgets
105
+}
106
107
if {[gcc_variant_isset] || [clang_variant_isset]} {
108
configure.args-replace -DOPENMP=OFF \
0 commit comments