<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1efa2accba823bad2f5d1ecf0699e6d815fd2ef0">https://github.com/macports/macports-ports/commit/1efa2accba823bad2f5d1ecf0699e6d815fd2ef0</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 1efa2accba8 libcxx: cleanup dependency
</span>1efa2accba8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 1efa2accba823bad2f5d1ecf0699e6d815fd2ef0
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Mon Aug 8 19:35:44 2022 +0200
<span style='display:block; white-space:pre;color:#404040;'> libcxx: cleanup dependency
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/65638
</span>---
lang/libcxx/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libcxx/Portfile b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a2593d0c0ad..ecaa0656736 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -93,6 +93,8 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span> configure.cc ${prefix}/libexec/clang-11-bootstrap/bin/clang
configure.cxx ${prefix}/libexec/clang-11-bootstrap/bin/clang++
configure.cxx_stdlib
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.compiler.add_deps \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ no
</span>
if {${os.major} < 11} {
variant emulated_tls description {build libcxxabi and libcxx with support for emulated thread_local storage} {}
</pre><pre style='margin:0'>
</pre>