diff options
| author | Adam Vandenberg | 2011-05-10 14:24:49 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-10 14:24:49 -0700 |
| commit | 76e22cee0f95f710e2266a09ca8c69d3f63f65e8 (patch) | |
| tree | 319b35cc1d5af318d0c7fefb8081d51309f40ece /Library/Formula/cairo.rb | |
| parent | fb3c533bdca501776c7ab86fee0a486bff387e63 (diff) | |
| download | homebrew-76e22cee0f95f710e2266a09ca8c69d3f63f65e8.tar.bz2 | |
cairo: fails_with_llvm
Diffstat (limited to 'Library/Formula/cairo.rb')
| -rw-r--r-- | Library/Formula/cairo.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/cairo.rb b/Library/Formula/cairo.rb index f933dfa60..019a0a8ca 100644 --- a/Library/Formula/cairo.rb +++ b/Library/Formula/cairo.rb @@ -11,6 +11,8 @@ class Cairo < Formula keg_only :provided_by_osx, "The Cairo provided by Leopard is too old for newer software to link against." + fails_with_llvm "Gives an LLVM ERROR with Xcode 4 on some CPUs" + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", |
