<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f2147dc63ce871f4fbc549e788c7ce0c9aaa9201">https://github.com/macports/macports-ports/commit/f2147dc63ce871f4fbc549e788c7ce0c9aaa9201</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 f2147dc63ce fluidsynth: disable parallel build
</span>f2147dc63ce is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f2147dc63ce871f4fbc549e788c7ce0c9aaa9201
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sat Oct 15 11:14:45 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    fluidsynth: disable parallel build
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Parallel build fails on some arm platforms.
</span>---
 multimedia/fluidsynth/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/fluidsynth/Portfile b/multimedia/fluidsynth/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 66689f8f7d7..67a4c5c35af 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/fluidsynth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/fluidsynth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,6 +43,10 @@ depends_lib-append \
</span> 
 depends_run-append  port:generaluser-soundfont
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# parallel build fails on some arm platforms
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# make[2]: *** read jobs pipe: Resource temporarily unavailable.  Stop.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+use_parallel_build  no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # https://trac.macports.org/ticket/36962
 platform darwin 8 {
     patchfiles-append \
</pre><pre style='margin:0'>

</pre>