diff options
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."]] |
