<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/49419e1187f4c0137c7b9defdf178b02afd796a5">https://github.com/macports/macports-ports/commit/49419e1187f4c0137c7b9defdf178b02afd796a5</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 49419e1187f cantera: cxx 2011 needed for libfmtX
</span>49419e1187f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 49419e1187f4c0137c7b9defdf178b02afd796a5
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon Sep 26 14:34:57 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    cantera: cxx 2011 needed for libfmtX
</span>---
 science/cantera/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/cantera/Portfile b/science/cantera/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 61c0473cebf..6f78fa05cfe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/cantera/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/cantera/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,6 +46,10 @@ depends_run-append      port:py${python.version}-ruamel-yaml
</span> use_configure           no
 universal_variant       no
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Needed for libfmt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.thread_local_storage yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # The SConstruct needs pkg_resources from setuptools so have scons run
 # with the same python we're already using so that we can declare a
 # dependency on that python's setuptools port.
</pre><pre style='margin:0'>

</pre>