diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pkg-config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pkg-config.rb b/Library/Formula/pkg-config.rb index 5f340994b..1d0fe3f04 100644 --- a/Library/Formula/pkg-config.rb +++ b/Library/Formula/pkg-config.rb @@ -11,7 +11,7 @@ class PkgConfig < Formula def install # fixes compile error on Lion with Clang duplicate symbols in libglib - ENV.append_to_cflags '-std=gnu89' if MacOS.lion? and ENV.compiler == :clang + ENV.append_to_cflags '-std=gnu89' if ENV.compiler == :clang paths = %W[ #{HOMEBREW_PREFIX}/lib/pkgconfig |
