<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/d95502aec097a3ff39ba3f928189fe3aadc514ee">https://github.com/macports/macports-ports/commit/d95502aec097a3ff39ba3f928189fe3aadc514ee</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 d95502aec09 LLVM 14: Fix darwin version check in previous commit
</span>d95502aec09 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d95502aec097a3ff39ba3f928189fe3aadc514ee
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Mar 28 10:51:03 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    LLVM 14: Fix darwin version check in previous commit
</span>---
 lang/llvm-14/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-14/Portfile b/lang/llvm-14/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 24a0476b774..b3af80e5f53 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-14/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-14/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -154,7 +154,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 16} {
</span>     patchfiles-append  0100-define-target-os-osx.patch
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} eq "darwin" && ${os.major} < 116} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} < 16} {
</span>     # Avoid attempts to use 'clonefile'
     # llvm/lib/Support/Unix/Path.inc:1476:10: error: use of undeclared identifier 'clonefile'
     patchfiles-append  0031-Avoid-Use-Of-Clonefile.patch
</pre><pre style='margin:0'>

</pre>