Skip to content

Commit

Permalink
Added environment variables to cairo to fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Jul 2, 2012
1 parent fb95097 commit edd13ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/cairo.rb
Expand Up @@ -22,6 +22,9 @@ def patches; DATA; end

def install
ENV.universal_binary if ARGV.build_universal?
pixman = Formula.factory('pixman')
ENV['pixman_CFLAGS'] = "-I#{pixman.include}/pixman-1"
ENV['pixman_LIBS'] = "-L#{pixman.lib} -lpixman-1"

args = %W[
--disable-dependency-tracking
Expand Down

0 comments on commit edd13ac

Please sign in to comment.