<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8a982260bf6777fb4babda065e7e45f7cb31ed45">https://github.com/macports/macports-ports/commit/8a982260bf6777fb4babda065e7e45f7cb31ed45</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 8a982260bf6 libcxx: fix dependencies
</span>8a982260bf6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8a982260bf6777fb4babda065e7e45f7cb31ed45
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Aug 9 02:59:58 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    libcxx: fix dependencies
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: 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 6333e1aa8f3..a2593d0c0ad 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;'>@@ -92,6 +92,7 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span>                         clang-11-bootstrap
     configure.cc        ${prefix}/libexec/clang-11-bootstrap/bin/clang
     configure.cxx       ${prefix}/libexec/clang-11-bootstrap/bin/clang++
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cxx_stdlib
</span> 
     if {${os.major} < 11} {
         variant emulated_tls description {build libcxxabi and libcxx with support for emulated thread_local storage} {}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -211,6 +212,7 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span> } else {
     supported_archs noarch
     distfiles
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_extract
</span>     build {}
     destroot {
         xinstall -d ${destroot}${prefix}/share/doc/${name}
</pre><pre style='margin:0'>

</pre>