aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorCharlie Sharpsteen2011-09-12 13:23:34 -0700
committerCharlie Sharpsteen2011-09-12 13:23:34 -0700
commit11b5b74effd45119816c7bc2710751adbee5f82d (patch)
tree160415082d9697ee15b6b73feb4e1efe530d9693 /Library/Formula
parentd0dfc22b504062808119afd95322ef88f0e4b79b (diff)
downloadhomebrew-11b5b74effd45119816c7bc2710751adbee5f82d.tar.bz2
libplist: Deparallize build
Parallel build fails on an 8 core Mac.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libplist.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libplist.rb b/Library/Formula/libplist.rb
index 723766e37..7b8052907 100644
--- a/Library/Formula/libplist.rb
+++ b/Library/Formula/libplist.rb
@@ -9,6 +9,8 @@ class Libplist < Formula
depends_on 'libxml2'
def install
+ ENV.deparallelize # make fails on an 8-core Mac Pro
+
# Disable Python bindings.
inreplace "CMakeLists.txt", 'OPTION(ENABLE_PYTHON "Enable Python bindings (needs Swig)" ON)',
'# Disabled Python Bindings'