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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/13ba9095054b0998d75756561193c38d24875714">https://github.com/macports/macports-ports/commit/13ba9095054b0998d75756561193c38d24875714</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 13ba9095054 hunspell-en: Don't add -j1 arg
</span>13ba9095054 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 13ba9095054b0998d75756561193c38d24875714
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Nov 7 11:37:18 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    hunspell-en: Don't add -j1 arg
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes build failure with MacPorts 2.7 and later.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/63816
</span>---
 textproc/hunspell-en/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/hunspell-en/Portfile b/textproc/hunspell-en/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 59236660682..881fd6d66ef 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/hunspell-en/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/hunspell-en/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,6 +32,8 @@ build.dir           ${worksrcpath}/speller
</span> build.cmd           ./make-hunspell-dict
 build.target        -all
 use_parallel_build  no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Tell MacPorts base not to add a -j1 arg which make-hunspell-dict doesn't understand.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.jobs          0
</span> 
 set installdir "${destroot}${prefix}/share/hunspell/"
 
</pre><pre style='margin:0'>

</pre>