aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-04-03 16:01:31 -0500
committerJack Nagel2012-04-03 16:01:31 -0500
commit89b562ef0bf483229450c96d8522f7c2f728dde1 (patch)
treefdebbcd241de6348bcad8e31018270ea0a7213fd /Library/Formula
parentcb3d49eb5d041731f1cc97f58588bb02e4cc4c26 (diff)
downloadhomebrew-89b562ef0bf483229450c96d8522f7c2f728dde1.tar.bz2
pixman: never try LLVM
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pixman.rb9
1 files changed, 8 insertions, 1 deletions
diff --git a/Library/Formula/pixman.rb b/Library/Formula/pixman.rb
index 49b80a22f..a302d4bae 100644
--- a/Library/Formula/pixman.rb
+++ b/Library/Formula/pixman.rb
@@ -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."]]