pangomm: remove compiler flags found in the environment
This commit is contained in:
parent
4a202e822e
commit
e603c0aa5c
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ class Pangomm < Formula
|
|||
libsigcxx = Formula["libsigc++"]
|
||||
pango = Formula["pango"]
|
||||
pixman = Formula["pixman"]
|
||||
flags = (ENV.cflags || "").split + (ENV.cppflags || "").split + (ENV.ldflags || "").split
|
||||
flags += %W[
|
||||
flags = %W[
|
||||
-I#{cairo.opt_include}/cairo
|
||||
-I#{cairomm.opt_include}/cairomm-1.0
|
||||
-I#{cairomm.opt_lib}/cairomm-1.0/include
|
||||
|
|
Loading…
Reference in a new issue