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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5d0f0693bfae6c2e057d75b36780695a7372ba49">https://github.com/macports/macports-ports/commit/5d0f0693bfae6c2e057d75b36780695a7372ba49</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 5d0f0693bfa aom: reduce c_standard to 2011, allow build on PPC with gcc7
</span>5d0f0693bfa is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5d0f0693bfae6c2e057d75b36780695a7372ba49
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Thu Mar 14 18:40:38 2024 -0700

<span style='display:block; white-space:pre;color:#404040;'>    aom: reduce c_standard to 2011, allow build on PPC with gcc7
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    setting c_standard to 2017 excludes gcc7 from the list of eligible compilers, which is the only current compiler on older ppc systems.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    aom builds fine with gcc7 (on ppc, at least, where it will be the compiler that is used).
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This change can have no effect on the clang builds, as the clang versions are explicitly being limited with blacklist_versions at any rate, and so will be unaffected by this.
</span>---
 multimedia/aom/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/aom/Portfile b/multimedia/aom/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f281aff50a3..979094a0b86 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/aom/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/aom/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,7 @@ git.branch              v${version}
</span> # see build/cmake/aom_configure.cmake
 # Update: Build actually now uses c++17
 compiler.cxx_standard   2017
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.c_standard     2017
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard     2011
</span> 
 set pyver               3.12
 set python_version      [string index ${pyver} 0][string range ${pyver} 2 end]
</pre><pre style='margin:0'>

</pre>