From 0c534d2293cf19b039d06b69f6d01fac374eb2ac Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 5 May 2014 14:02:37 -0700 Subject: notmuch: fix emacs build Implemented changes per #28959. Closes #28982. Signed-off-by: Jack Nagel --- Library/Formula/notmuch.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb index 05f8f3bc6..dc13ff68d 100644 --- a/Library/Formula/notmuch.rb +++ b/Library/Formula/notmuch.rb @@ -17,7 +17,8 @@ class Notmuch < Formula def install args = ["--prefix=#{prefix}"] - if build.include? "emacs" + if build.with? "emacs" + ENV.deparallelize # Emacs and parallel builds aren't friends args << "--with-emacs" else args << "--without-emacs" -- cgit v1.2.3