<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9bc8812b3d314c6cf835a8d0dc21faca6efe2a98">https://github.com/macports/macports-ports/commit/9bc8812b3d314c6cf835a8d0dc21faca6efe2a98</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 9bc8812b3d3 vdt: unbreak build on powerpc
</span>9bc8812b3d3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9bc8812b3d314c6cf835a8d0dc21faca6efe2a98
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Mon May 27 15:55:31 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    vdt: unbreak build on powerpc
</span>---
 math/vdt/Portfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

<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 069a4ddbe26..22cd84eea5d 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;'>@@ -24,11 +24,9 @@ license             LGPL-3+
</span> description         A collection of fast and inline implementations of mathematical functions.
 long_description    ${name} provides ${description}.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> compiler.cxx_standard 2011
 
 # Disable extensions on Apple silicon for now
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${configure.build_arch} eq "arm64" } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${configure.build_arch} in [list arm64 ppc ppc64] } {
</span>     configure.args-append   -DSSE=OFF -DNEON=OFF
 }
</pre><pre style='margin:0'>

</pre>