<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d0bc37087ec88c402d78c9969c1ef0b4db9cdf53">https://github.com/macports/macports-ports/commit/d0bc37087ec88c402d78c9969c1ef0b4db9cdf53</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d0bc37087ec88c402d78c9969c1ef0b4db9cdf53
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed May 13 14:57:18 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    z3: Set c++ 2011 standard
</span>---
 math/z3/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/z3/Portfile b/math/z3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0470d22..d11c103 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/z3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/z3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,6 +54,8 @@ if {${subport} eq ${name} || ${subport} eq "${name}-fstar"} {
</span> 
     compiler.fallback       macports-clang-9.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7
 
     if {[vercmp ${version} "4.8.7"] >= 0} {
</pre><pre style='margin:0'>

</pre>