<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/2c98b47bae0b511c47e051897fbbcedda4811769">https://github.com/macports/macports-ports/commit/2c98b47bae0b511c47e051897fbbcedda4811769</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2c98b47bae0b511c47e051897fbbcedda4811769
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Mar 12 13:22:31 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    vdt: use configure.build_arch insstead of build_arch
</span>---
 math/vdt/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/vdt/Portfile b/math/vdt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 03ac6fac8ea..c2c4993b794 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/vdt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/vdt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +29,6 @@ platforms           darwin
</span> compiler.cxx_standard 2011
 
 # Disable extensions on Apple silicon for now
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${build_arch} eq "arm64" } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${configure.build_arch} eq "arm64" } {
</span>     configure.args-append   -DSSE=OFF -DNEON=OFF
 }
</pre><pre style='margin:0'>

</pre>