gtkspell3: remove compiler flags found in the environment
This commit is contained in:
parent
cd959ead07
commit
48f604ddf1
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ class Gtkspell3 < 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#{enchant.opt_include}/enchant
|
||||
|
|
Loading…
Reference in a new issue