diff options
| author | Andrew Schwartzmeyer | 2014-05-05 14:02:37 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-05-05 21:33:09 -0500 |
| commit | 0c534d2293cf19b039d06b69f6d01fac374eb2ac (patch) | |
| tree | d04152b9f682b40bf0a1162d881a63ef9bdeecaa /Library/Formula | |
| parent | 7e09e6ebcca04c52ef329cf8353e6498cfa81cd4 (diff) | |
| download | homebrew-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/Formula')
| -rw-r--r-- | Library/Formula/notmuch.rb | 3 |
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" |
