<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aec2f4ca86452d16ffe2a95b4063fb66d81b3d3e">https://github.com/macports/macports-ports/commit/aec2f4ca86452d16ffe2a95b4063fb66d81b3d3e</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 aec2f4ca864 pika: fix build on <= 10.15
</span>aec2f4ca864 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit aec2f4ca86452d16ffe2a95b4063fb66d81b3d3e
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sat May 6 21:59:14 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    pika: fix build on <= 10.15
</span>---
 devel/pika/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/pika/Portfile b/devel/pika/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f7ce0fa0e8e..9769b0a3732 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/pika/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/pika/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,8 @@ if {${os.platform} eq "darwin" && ${os.arch} eq "powerpc"} {
</span> 
 compiler.thread_local_storage yes
 compiler.cxx_standard 2017
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    {clang < 1300} {macports-clang-[4-6].0}
</span> 
 configure.args-append \
                     -DPIKA_WITH_COMPILER_WARNINGS=ON \
</pre><pre style='margin:0'>

</pre>