<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bf1026245dcca6b4247e1a809575396519cd323a">https://github.com/macports/macports-ports/commit/bf1026245dcca6b4247e1a809575396519cd323a</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 bf1026245dc pulseaudio: Blacklist clangs lacking stdatomic.h
</span>bf1026245dc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bf1026245dcca6b4247e1a809575396519cd323a
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Wed Jan 24 04:29:14 2024 -0600

<span style='display:block; white-space:pre;color:#404040;'>    pulseaudio: Blacklist clangs lacking stdatomic.h
</span>---
 audio/pulseaudio/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/pulseaudio/Portfile b/audio/pulseaudio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e1a055c255e..43355a701a7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/pulseaudio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/pulseaudio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@
</span> 
 PortSystem          1.0
 PortGroup           active_variants 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           meson 1.0
 
 name                pulseaudio
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,8 +76,9 @@ platform darwin 8 {
</span>     patchfiles-append   patch-src_modules_macosx_module_coreaudio_device.c-tiger-compat.diff
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Requires C11.
</span> compiler.c_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# orc uses stdatomic.h
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 700}
</span> 
 configure.args-append \
                     -Dadrian-aec=true \
</pre><pre style='margin:0'>

</pre>