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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7e413e10ad93d71ef9b9a6a2f15bb549d707a76b">https://github.com/macports/macports-ports/commit/7e413e10ad93d71ef9b9a6a2f15bb549d707a76b</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 7e413e10ad9 cdecl: use configure.build_arch, rather than build_arch See: https://github.com/macports/macports-ports/pull/18857
</span>7e413e10ad9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7e413e10ad93d71ef9b9a6a2f15bb549d707a76b
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon May 29 10:33:01 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    cdecl: use configure.build_arch, rather than build_arch
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/pull/18857
</span>---
 devel/cdecl/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cdecl/Portfile b/devel/cdecl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4b45900a74c..f6e3a38a712 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cdecl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cdecl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +48,7 @@ compiler.blacklist-append {clang < 700}
</span> compiler.blacklist-append *gcc-4*
 
 platform darwin {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.major} == 10 && ${build_arch} eq "ppc"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if { ${os.major} == 10 && ${configure.build_arch} eq "ppc" } {
</span>         # Without this Rosetta uses clang, and the build fails.
         # This is only needed for Rosetta, not 10.6 PPC, but it won’t hurt.
         compiler.blacklist-append *clang*
</pre><pre style='margin:0'>

</pre>