gtksourceviewmm3: remove compiler flags found in the environment
This commit is contained in:
parent
593ad8459d
commit
cd959ead07
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class Gtksourceviewmm3 < Formula
|
|||
pango = Formula["pango"]
|
||||
pangomm = Formula["pangomm"]
|
||||
pixman = Formula["pixman"]
|
||||
flags = (ENV.cflags || "").split + (ENV.cppflags || "").split + (ENV.ldflags || "").split + %W[
|
||||
flags = %W[
|
||||
-I#{atk.opt_include}/atk-1.0
|
||||
-I#{atkmm.opt_include}/atkmm-1.6
|
||||
-I#{cairo.opt_include}/cairo
|
||||
|
|
Loading…
Reference in a new issue