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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1f15f9df7ad5e8469b96d38f516be5c5c1d6b2e0">https://github.com/macports/macports-ports/commit/1f15f9df7ad5e8469b96d38f516be5c5c1d6b2e0</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 1f15f9df7ad nheko: Blacklist all non-c++20 Xcode clangs
</span>1f15f9df7ad is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1f15f9df7ad5e8469b96d38f516be5c5c1d6b2e0
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Mar 30 11:59:23 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nheko: Blacklist all non-c++20 Xcode clangs
</span>---
 net/nheko/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/nheko/Portfile b/net/nheko/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 21c06b1bc1d..494326f1eb6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/nheko/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/nheko/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,8 @@ long_description    Nheko is a native desktop matrix \
</span> github.tarball_from archive
 
 compiler.cxx_standard  2020
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# base does not yet know about c++20 so manually blacklist Xcode clangs for now
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append clang
</span> compiler.thread_local_storage yes
 
 configure.cppflags-append -I${prefix}/include/lmdbxx-cxx17
</pre><pre style='margin:0'>

</pre>