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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ab847bf71d06dd073dd36875bf39195e33271e75">https://github.com/macports/macports-ports/commit/ab847bf71d06dd073dd36875bf39195e33271e75</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ab847bf71d06dd073dd36875bf39195e33271e75
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Thu Jun 3 12:54:24 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    clang-12: don't ditto copy the libcxx headers any more
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    now that we are installing libcxx, the headers come with it.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    NB: if we stop installing libcxx on some systems, we'll
</span><span style='display:block; white-space:pre;color:#404040;'>    have to readdress this.
</span>---
 lang/llvm-12/Portfile | 4 ----
 1 file changed, 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-12/Portfile b/lang/llvm-12/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 991098541dd..341c606e2ed 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -336,10 +336,6 @@ post-destroot {
</span>         reinplace "s|/bin/clang-${llvm_version}|/bin/clang|g" \
                   "${destroot}${sub_prefix}/lib/cmake/clang/ClangTargets-release.cmake"
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # copy in the libc++ headers from this version of llvm/libc++ for this clang to use
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # todo: is this still needed now that we are installing libcxx?
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        system "ditto ${worksrcpath}/../libcxx/include ${destroot}${sub_prefix}/lib/c++/v1"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>         # http://trac.macports.org/ticket/33207
         ln -s ${prefix}/libexec/ld64/ld ${destroot}${sub_prefix}/bin/ld
     }
</pre><pre style='margin:0'>

</pre>