Skip to content

Commit

Permalink
cairo: remove compiler flags found in the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
zmwangx authored and MikeMcQuaid committed Jul 20, 2016
1 parent 0472358 commit 36b0518
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/cairo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ def install
glib = Formula["glib"]
libpng = Formula["libpng"]
pixman = Formula["pixman"]
flags = (ENV.cflags || "").split + (ENV.cppflags || "").split + (ENV.ldflags || "").split
flags += %W[
flags = %W[
-I#{fontconfig.opt_include}
-I#{freetype.opt_include}/freetype2
-I#{gettext.opt_include}
Expand Down

0 comments on commit 36b0518

Please sign in to comment.