<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dd2da097ad7664fb68ae67221d58283f9e7c82aa">https://github.com/macports/macports-ports/commit/dd2da097ad7664fb68ae67221d58283f9e7c82aa</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 dd2da097ad7 valkey: fix build
</span>dd2da097ad7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dd2da097ad7664fb68ae67221d58283f9e7c82aa
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Sat Oct 12 01:14:57 2024 +0400

<span style='display:block; white-space:pre;color:#404040;'>    valkey: fix build
</span>---
 databases/valkey/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/valkey/Portfile b/databases/valkey/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3af564085ad..910a25d05ca 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/valkey/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/valkey/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,6 +43,9 @@ configure.cppflags-replace \
</span>                     -I${prefix}/include \
                     -isystem${prefix}/include
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: address argument to atomic operation must be a pointer to non-const
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2017
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {[string match *gcc* ${configure.compiler}] &&
     ${configure.build_arch} in [list i386 ppc]} {
     # https://github.com/valkey-io/valkey/issues/434
</pre><pre style='margin:0'>

</pre>