<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/0bc5cf296468c306013906d6735a7c6afd55a139">https://github.com/macports/macports-ports/commit/0bc5cf296468c306013906d6735a7c6afd55a139</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0bc5cf296468c306013906d6735a7c6afd55a139
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Thu Dec 29 02:49:18 2022 +0700

<span style='display:block; white-space:pre;color:#404040;'>    clingo: -latomic is ldflag
</span>---
 math/clingo/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/clingo/Portfile b/math/clingo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5be4c587926..1f70e5377f1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/clingo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/clingo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,9 +39,12 @@ configure.args-append \
</span>                     -DCLINGO_BUILD_WITH_PYTHON=OFF \
                     -DCLINGO_BUILD_WITH_LUA=OFF
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${build_arch} eq "ppc" || ${build_arch} eq "ppc64" } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${build_arch} in [list ppc ppc64]} {
</span>     patchfiles-append patch-locale.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.cxxflags-append -latomic
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${build_arch} in [list i386 ppc] && [string match *gcc* ${configure.compiler}]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.ldflags-append -latomic
</span> }
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>