diff options
| author | Adam Vandenberg | 2012-07-22 10:32:10 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-22 10:32:18 -0700 |
| commit | 0edca4f357b90e0d104b2fa3b29eddb9a8b7a796 (patch) | |
| tree | f9c06029872a32b7c22fbc0453cf31aad65f5bea /Library/Formula/pkg-config.rb | |
| parent | 66a4ea1c80fa36fe348b3d5ad6d2f6c61cf21c05 (diff) | |
| download | homebrew-0edca4f357b90e0d104b2fa3b29eddb9a8b7a796.tar.bz2 | |
pkg-config: remove conflicting m4 files
Diffstat (limited to 'Library/Formula/pkg-config.rb')
| -rw-r--r-- | Library/Formula/pkg-config.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/pkg-config.rb b/Library/Formula/pkg-config.rb index f60ee807b..446e8f151 100644 --- a/Library/Formula/pkg-config.rb +++ b/Library/Formula/pkg-config.rb @@ -21,5 +21,10 @@ class PkgConfig < Formula system "make" system "make check" system "make install" + + # Fix some bullshit. + # pkg-config tries to install glib's m4 macros, which will conflict with + # an actual glib install. + rm Dir["#{share}/aclocal/g*.m4"] end end |
