From 64e57bbb4f5718b0fa5dca17d40c78ecf1b9d1b1 Mon Sep 17 00:00:00 2001 From: Kendall Park Date: Fri, 3 May 2013 09:50:43 -0500 Subject: [PATCH] deparallelized yasm Closes Homebrew/homebrew#19593. Signed-off-by: Adam Vandenberg --- Formula/yasm.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/yasm.rb b/Formula/yasm.rb index a0f89fb1321..12ee4162fd7 100644 --- a/Formula/yasm.rb +++ b/Formula/yasm.rb @@ -16,6 +16,8 @@ class Yasm < Formula depends_on 'Cython' => :python if build.with? 'python' def install + # https://github.com/mxcl/homebrew/pull/19593 + ENV.deparallelize args = %W[ --disable-debug --prefix=#{prefix}