diff options
Diffstat (limited to 'Library/Formula/cairo.rb')
| -rw-r--r-- | Library/Formula/cairo.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cairo.rb b/Library/Formula/cairo.rb index 2f235bce5..564aecbb5 100644 --- a/Library/Formula/cairo.rb +++ b/Library/Formula/cairo.rb @@ -11,7 +11,7 @@ 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", :build => 2334 + fails_with_llvm "Throws an 'lto could not merge' error during build.", :build => 2336 def install system "./configure", "--disable-dependency-tracking", |
