diff options
| author | Charlie Sharpsteen | 2011-12-25 15:49:45 -0800 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-12-25 15:49:45 -0800 |
| commit | 00fb91fe06889a6d11077f79a2deb8a2de1809b9 (patch) | |
| tree | bf007808d3c689a8811f97c2553f292bd47c5ac4 /Library | |
| parent | e562953f76507f1a316b3ecb39bd936584603190 (diff) | |
| download | homebrew-00fb91fe06889a6d11077f79a2deb8a2de1809b9.tar.bz2 | |
Cairo: Bump fails_with_llvm version
Still failing on Xcode 4.2.1.
Diffstat (limited to 'Library')
| -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", |
