<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/139076cc2e2cce5aa3ef12abb2c8599556d65e99">https://github.com/macports/macports-ports/commit/139076cc2e2cce5aa3ef12abb2c8599556d65e99</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 139076cc2e2 rav1e: don't use SDKs unnecessarily
</span>139076cc2e2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 139076cc2e2cce5aa3ef12abb2c8599556d65e99
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue Jan 31 20:10:53 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    rav1e: don't use SDKs unnecessarily
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Allows universal build on macOS 10.13 with only 10.14 SDK,
</span><span style='display:block; white-space:pre;color:#404040;'>    which is non universal.
</span>---
 lang/rust/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/rust/Portfile b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 01f93492cab..590d289d49e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,6 +53,10 @@ depends_skip_archcheck      cmake \
</span> 
 dist_subdir                 rust
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${configure.sdkroot} eq ""} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.env-append        SDKROOT=/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # the downloaded Rust compiler must run on the machine
 # since binaries must run anyway, simplify build by using Rosetta and not worry about cross-compiling
 muniversal.run_binaries     yes
</pre><pre style='margin:0'>

</pre>