<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/36dd1fbf93d1cda0a433104cd92c9408842f2112">https://github.com/macports/macports-ports/commit/36dd1fbf93d1cda0a433104cd92c9408842f2112</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 36dd1fbf93d audiowmark: avoid Xcode Clang
</span>36dd1fbf93d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 36dd1fbf93d1cda0a433104cd92c9408842f2112
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Fri Jan 27 14:52:06 2023 +0300

<span style='display:block; white-space:pre;color:#404040;'>    audiowmark: avoid Xcode Clang
</span>---
 audio/audiowmark/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/audiowmark/Portfile b/audio/audiowmark/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 20ba6737056..3ff9bad734f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/audiowmark/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/audiowmark/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,9 +42,10 @@ depends_lib         port:fftw-3-single \
</span> 
 compiler.cxx_standard \
                     2014
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Random generator is incompatible with LLVM 15
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Random generator is incompatible with LLVM 15;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# also do not use Xcode Clang due to failing buildbots
</span> # https://github.com/swesterfeld/audiowmark/issues/29
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist {macports-clang-15}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist  {clang} macports-clang-15
</span> 
 variant ffmpeg description {Build with HTTP Live Streaming support} {
      depends_lib-append path:lib/libavcodec.dylib:ffmpeg
</pre><pre style='margin:0'>

</pre>