<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/d88607f06cd18787529edcd9f7fb6dd5c26114bd">https://github.com/macports/macports-ports/commit/d88607f06cd18787529edcd9f7fb6dd5c26114bd</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 d88607f06cd libomp: specific c++11 in compiler build options
</span>d88607f06cd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d88607f06cd18787529edcd9f7fb6dd5c26114bd
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Dec 5 13:19:42 2020 +0000

<span style='display:block; white-space:pre;color:#404040;'>    libomp: specific c++11 in compiler build options
</span>---
 lang/libomp/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libomp/Portfile b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cdf5e189855..cf3b7fc5ebe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,6 +54,7 @@ if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} {
</span>     }
 
     # Build requires std::atomic
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cxxflags-append -std=c++11
</span>     compiler.cxx_standard   2011
 
     master_sites \
</pre><pre style='margin:0'>

</pre>