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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c7d02b3a597a7ed0683524d381856473bd730b52">https://github.com/macports/macports-ports/commit/c7d02b3a597a7ed0683524d381856473bd730b52</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 c7d02b3a597 ghc: allow proper Portfile parse on powerpc platform
</span>c7d02b3a597 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c7d02b3a597a7ed0683524d381856473bd730b52
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat May 21 09:40:11 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ghc: allow proper Portfile parse on powerpc platform
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Even though the ghc port fails to build on PPC machines, the Portfile
</span><span style='display:block; white-space:pre;color:#404040;'>    should parse properly.
</span>---
 lang/ghc/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ghc/Portfile b/lang/ghc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f87a26a203b..5294a8905ee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ghc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ghc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,6 +56,9 @@ platform arm {
</span> platform i386 {
     set ghc_build_arch  x86_64
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platform powerpc {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set ghc_build_arch  ppc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 if {${os.arch} ni [list arm i386]} {
     known_fail          yes
</pre><pre style='margin:0'>

</pre>