diff options
| author | Max Howell | 2011-09-08 10:37:55 +0100 |
|---|---|---|
| committer | Max Howell | 2011-09-08 11:39:49 +0100 |
| commit | f9b32a2c818667f9eb3808c2f22b59f4ba6cdd3c (patch) | |
| tree | a902c021a97740c9a63ed47b6fe5ce9242310f2c | |
| parent | 205eaf884e665dc0e7f5cb2923a4cae36630460d (diff) | |
| download | homebrew-f9b32a2c818667f9eb3808c2f22b59f4ba6cdd3c.tar.bz2 | |
Cario builds with LLVM
| -rw-r--r-- | Library/Formula/cairo.rb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Library/Formula/cairo.rb b/Library/Formula/cairo.rb index c921cf677..2f235bce5 100644 --- a/Library/Formula/cairo.rb +++ b/Library/Formula/cairo.rb @@ -11,15 +11,9 @@ 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" + fails_with_llvm "Gives an LLVM ERROR with Xcode 4 on some CPUs", :build => 2334 def install - # Cairo doesn't build correctly with llvm-gcc 4.2, so force normal gcc. - # See: - # https://github.com/mxcl/homebrew/issues/6631 - # https://trac.macports.org/ticket/30370 - # https://trac.macports.org/browser/trunk/dports/graphics/cairo/Portfile - ENV.gcc_4_2 system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-x" |
