diff options
| author | Adam Vandenberg | 2013-01-30 10:56:37 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-30 10:56:37 -0800 |
| commit | 0d85b49924afd83e8b16385edce9f7ef2eb41857 (patch) | |
| tree | 5be6062d8371bdc8fcc9847746c0c429e089ebe6 /Library | |
| parent | 99dba19f1574b40e27744538104f1a8b82067ad5 (diff) | |
| download | homebrew-0d85b49924afd83e8b16385edce9f7ef2eb41857.tar.bz2 | |
notmuch: fails with clang 425
Closes #17442.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/notmuch.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb index 58961c2cd..a2cf95280 100644 --- a/Library/Formula/notmuch.rb +++ b/Library/Formula/notmuch.rb @@ -9,6 +9,11 @@ class Notmuch < Formula depends_on 'talloc' depends_on 'gmime' + fails_with :clang do + build 425 + cause "./lib/notmuch-private.h:478:8: error: visibility does not match previous declaration" + end + def install # requires a newer emacs than OS X provides, so disable the bindings system "./configure", "--prefix=#{prefix}", "--without-emacs" |
