Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Make pixman keg-only
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Jul 3, 2012
1 parent fd627a8 commit 88aa937
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Library/Formula/pixman.rb
Expand Up @@ -8,6 +8,11 @@ class Pixman < Formula
depends_on 'pkg-config' => :build
depends_on :x11

keg_only :provided_by_osx, <<-EOS.undent
Apple provides an outdated version of libpixman in it's X11 distribution.
A more up-to-date version is available in XQuartz.
EOS

fails_with :llvm do
build 2336
cause <<-EOS.undent
Expand Down

0 comments on commit 88aa937

Please sign in to comment.