gtkdatabox: remove compiler flags found in the environment

This commit is contained in:
Zhiming Wang 2016-07-19 08:06:30 +08:00 committed by Mike McQuaid
parent d22838478f
commit d393134fe3

View file

@ -47,8 +47,7 @@ class Gtkdatabox < Formula
libpng = Formula["libpng"]
pango = Formula["pango"]
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#{cairo.opt_include}/cairo
-I#{fontconfig.opt_include}