aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-05-10 14:24:49 -0700
committerAdam Vandenberg2011-05-10 14:24:49 -0700
commit76e22cee0f95f710e2266a09ca8c69d3f63f65e8 (patch)
tree319b35cc1d5af318d0c7fefb8081d51309f40ece /Library
parentfb3c533bdca501776c7ab86fee0a486bff387e63 (diff)
downloadhomebrew-76e22cee0f95f710e2266a09ca8c69d3f63f65e8.tar.bz2
cairo: fails_with_llvm
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cairo.rb2
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}",