pango: remove compiler flags found in the environment
This commit is contained in:
parent
bcc7275b3a
commit
4a202e822e
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ class Pango < Formula
|
|||
glib = Formula["glib"]
|
||||
libpng = Formula["libpng"]
|
||||
pixman = Formula["pixman"]
|
||||
flags = (ENV.cflags || "").split + (ENV.cppflags || "").split + (ENV.ldflags || "").split
|
||||
flags += %W[
|
||||
flags = %W[
|
||||
-I#{cairo.opt_include}/cairo
|
||||
-I#{fontconfig.opt_include}
|
||||
-I#{freetype.opt_include}/freetype2
|
||||
|
|
Loading…
Reference in a new issue