<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b878fc45efa378c4a4504ad20fbd32877907d6b4">https://github.com/macports/macports-ports/commit/b878fc45efa378c4a4504ad20fbd32877907d6b4</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 b878fc45efa mednafen: blacklist clang < 800
</span>b878fc45efa is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b878fc45efa378c4a4504ad20fbd32877907d6b4
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Sun May 26 20:30:12 2024 +0300

<span style='display:block; white-space:pre;color:#404040;'>    mednafen: blacklist clang < 800
</span>---
 emulators/mednafen/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/mednafen/Portfile b/emulators/mednafen/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c0e3f6b3699..e6ff7e3526b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/mednafen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/mednafen/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -80,7 +80,7 @@ compiler.c_standard 1999
</span> compiler.cxx_standard   2011
 
 # clang: error: unable to execute command: Segmentation fault: 11
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 700}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 800}
</span> 
 # This is how the build system decides what architecture to build for.
 lappend merger_configure_args(i386)     --host=i386-apple-darwin${os.version}
</pre><pre style='margin:0'>

</pre>