Skip to content

Commit

Permalink
pixman: never try LLVM
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Apr 3, 2012
1 parent cb3d49e commit 89b562e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Library/Formula/pixman.rb
Expand Up @@ -7,7 +7,14 @@ class Pixman < Formula

depends_on 'pkg-config' => :build

fails_with :llvm
fails_with :llvm do
build 2336
cause <<-EOS.undent
Building with llvm-gcc causes PDF rendering issues in Cairo.
https://trac.macports.org/ticket/30370
See Homebrew issues #6631, #7140, #7463, #7523.
EOS
end

def options
[["--universal", "Build a universal binary."]]
Expand Down

0 comments on commit 89b562e

Please sign in to comment.