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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2364ad07484ae9512f02d2e4c5ee9620717f0969">https://github.com/macports/macports-ports/commit/2364ad07484ae9512f02d2e4c5ee9620717f0969</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 2364ad07484 LLVM devel: extend compiler wrap to OSX10.10 and older
</span>2364ad07484 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2364ad07484ae9512f02d2e4c5ee9620717f0969
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Mar 21 11:32:41 2023 +0000

<span style='display:block; white-space:pre;color:#404040;'>    LLVM devel: extend compiler wrap to OSX10.10 and older
</span>---
 lang/llvm-devel/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-devel/Portfile b/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c12681476cc..469aa8d005e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,9 +16,9 @@ legacysupport.use_static              yes
</span> # Sysconf wrapping causes issues so disable
 legacysupport.disable_function_wrap   yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# libc++ link step fails on OSX10.9 and older to correctly use static legacy support lib.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# libc++ link step fails on OSX10.10 and older to correctly use static legacy support lib.
</span> # So force it to find it via compiler wrapping
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} eq "darwin" && ${os.major} < 14} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} < 15} {
</span>     PortGroup compiler_wrapper        1.0
 
     pre-configure {
</pre><pre style='margin:0'>

</pre>