aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Tilles2013-08-01 16:31:50 -0400
committerAdam Vandenberg2013-08-02 09:13:34 -0700
commit3579e665450be24e7f0b9c6ba4a904c7348e9ce8 (patch)
treebaa3cd467427a411e23dab179b12b36ea94f6595
parente38df680976dbe2e88c772fa996c7b84c75e8344 (diff)
downloadhomebrew-3579e665450be24e7f0b9c6ba4a904c7348e9ce8.tar.bz2
chibi-scheme: deparallelize
Closes #21593. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/chibi-scheme.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/chibi-scheme.rb b/Library/Formula/chibi-scheme.rb
index 6d1fbac28..45ac61b2b 100644
--- a/Library/Formula/chibi-scheme.rb
+++ b/Library/Formula/chibi-scheme.rb
@@ -7,6 +7,8 @@ class ChibiScheme < Formula
head 'https://code.google.com/p/chibi-scheme/', :using => :hg
def install
+ ENV.deparallelize
+
# "make" and "make install" must be done separately
system "make"
system "make", "install", "PREFIX=#{prefix}"