diff options
| -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}", |
