diff options
| author | Jack Nagel | 2012-04-03 16:01:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-04-03 16:01:31 -0500 |
| commit | 89b562ef0bf483229450c96d8522f7c2f728dde1 (patch) | |
| tree | fdebbcd241de6348bcad8e31018270ea0a7213fd /Library/Formula | |
| parent | cb3d49eb5d041731f1cc97f58588bb02e4cc4c26 (diff) | |
| download | homebrew-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.rb | 9 |
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."]] |
