<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/c5ad74baaceb8f0866d91d63ca3bb81157aaeb74">https://github.com/macports/macports-ports/commit/c5ad74baaceb8f0866d91d63ca3bb81157aaeb74</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 c5ad74baace LLVM 18: Fix type in darwin version check
</span>c5ad74baace is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c5ad74baaceb8f0866d91d63ca3bb81157aaeb74
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Mar 6 15:27:08 2024 +0000

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-18/Portfile b/lang/llvm-18/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d7fe8e85458..bf9bcc1c1fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-18/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-18/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -140,7 +140,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 14} {
</span>         0016-10.10-and-less-compiler-rt-find-macosx-sdk.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>     # error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
     patchfiles-append  0100-define-target-os-osx.patch
 }
</pre><pre style='margin:0'>

</pre>