<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/6958a135a787104bf78d4ebd229935af51051745">https://github.com/macports/macports-ports/commit/6958a135a787104bf78d4ebd229935af51051745</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 6958a13  bam: Disable parallel build, which fails
</span>6958a13 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6958a135a787104bf78d4ebd229935af51051745
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Jun 11 03:57:38 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    bam: Disable parallel build, which fails
</span>---
 devel/bam/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/bam/Portfile b/devel/bam/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8dc3ca5..876c3b3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/bam/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/bam/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,6 +27,7 @@ post-patch {
</span> }
 
 use_configure   no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+use_parallel_build  no
</span> 
 build.cmd       ./make_unix.sh
 build.target
</pre><pre style='margin:0'>

</pre>