From 0d85b49924afd83e8b16385edce9f7ef2eb41857 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 30 Jan 2013 10:56:37 -0800 Subject: notmuch: fails with clang 425 Closes #17442. --- Library/Formula/notmuch.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula') 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" -- cgit v1.2.3