aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKendall Park2013-05-03 10:02:10 -0500
committerAdam Vandenberg2013-06-24 14:07:04 -0700
commit014f6426f2e1fec314e22e4500e0fee702e549e4 (patch)
tree3a7848ae846be79cb488eec37242428efca46481 /Library
parent85e966a07b2fabebee2cb9d6fe1b7ac2c87046cd (diff)
downloadhomebrew-014f6426f2e1fec314e22e4500e0fee702e549e4.tar.bz2
deparallelized x264
Closes #19594. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/x264.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/x264.rb b/Library/Formula/x264.rb
index 3d8383394..6442a934b 100644
--- a/Library/Formula/x264.rb
+++ b/Library/Formula/x264.rb
@@ -13,6 +13,8 @@ class X264 < Formula
option '10-bit', 'Build a 10-bit x264 (default: 8-bit)'
def install
+ # https://github.com/mxcl/homebrew/pull/19594
+ ENV.deparallelize
if build.head?
ENV['GIT_DIR'] = cached_download/'.git'
system './version.sh'