<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/372aa9314b9ca7626e0612bdd82f563e90080b91">https://github.com/macports/macports-ports/commit/372aa9314b9ca7626e0612bdd82f563e90080b91</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 372aa9314b9ca7626e0612bdd82f563e90080b91
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Oct 21 20:59:56 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    cxx11 PG: respect build_arch for cross-compiling
</span>---
 _resources/port1.0/group/cxx11-1.1.tcl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/cxx11-1.1.tcl b/_resources/port1.0/group/cxx11-1.1.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 9798193..df41a74 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/cxx11-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/cxx11-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,21 +41,21 @@ PortGroup compiler_blacklist_versions 1.0
</span> 
 if {${cxx_stdlib} eq "libstdc++" } {
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.whitelist          macports-clang-4.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     # see https://trac.macports.org/ticket/53194
     configure.cxx_stdlib macports-libstdc++
 
     # see https://trac.macports.org/ticket/54766
     depends_lib-append port:libgcc
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    platform darwin powerpc {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${build_arch} eq "ppc" || ${build_arch} eq "ppc64"} {
</span>         # ports will build on powerpc with gcc6, gcc4ABI-compatible
         pre-configure {
             ui_msg "PowerPC C++11 ports are compiling with GCC. EXPERIMENTAL."
         }
         compiler.whitelist  macports-gcc-6
         universal_variant   no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    } else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        compiler.whitelist  macports-clang-4.0
</span>     }
 
     if { ${os.major} < 13 } {
</pre><pre style='margin:0'>

</pre>