aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAndrew Schwartzmeyer2014-05-05 14:02:37 -0700
committerJack Nagel2014-05-05 21:33:09 -0500
commit0c534d2293cf19b039d06b69f6d01fac374eb2ac (patch)
treed04152b9f682b40bf0a1162d881a63ef9bdeecaa /Library
parent7e09e6ebcca04c52ef329cf8353e6498cfa81cd4 (diff)
downloadhomebrew-0c534d2293cf19b039d06b69f6d01fac374eb2ac.tar.bz2
notmuch: fix emacs build
Implemented changes per #28959. Closes #28982. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/notmuch.rb3
1 files changed, 2 insertions, 1 deletions
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"