Skip to content

Commit

Permalink
gitg: 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 58a48b0 commit 00aeaea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/gitg.rb
Expand Up @@ -74,8 +74,7 @@ def post_install
pango = Formula["pango"]
pixman = Formula["pixman"]
webkitgtk = Formula["webkitgtk"]
flags = (ENV.cflags || "").split + (ENV.cppflags || "").split + (ENV.ldflags || "").split
flags += %W[
flags = %W[
-I#{atk.opt_include}/atk-1.0
-I#{cairo.opt_include}/cairo
-I#{fontconfig.opt_include}
Expand Down

0 comments on commit 00aeaea

Please sign in to comment.