libgnomecanvasmm: remove compiler flags found in the environment

master
Zhiming Wang 2016-07-19 08:06:34 +08:00 committed by Mike McQuaid
parent 2abc483a89
commit fbcb87a64c
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ class Libgnomecanvasmm < Formula
pango = Formula["pango"]
pangomm = Formula["pangomm"]
pixman = Formula["pixman"]
flags = (ENV.cflags || "").split + (ENV.cppflags || "").split + (ENV.ldflags || "").split
flags += %W[
flags = %W[
-I#{atk.opt_include}/atk-1.0
-I#{atkmm.opt_include}/atkmm-1.6
-I#{cairo.opt_include}/cairo