diff options
| author | Adam Vandenberg | 2012-07-22 10:36:07 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-22 10:36:07 -0700 |
| commit | 9c1e7cb9aaca19c6e649601069023f775d2c188d (patch) | |
| tree | 151c9629924f955ec0d3080a6c368efc6a23340b | |
| parent | 0edca4f357b90e0d104b2fa3b29eddb9a8b7a796 (diff) | |
| download | homebrew-9c1e7cb9aaca19c6e649601069023f775d2c188d.tar.bz2 | |
pkg-config: add upstream bug
| -rw-r--r-- | Library/Formula/pkg-config.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/pkg-config.rb b/Library/Formula/pkg-config.rb index 446e8f151..3565e921f 100644 --- a/Library/Formula/pkg-config.rb +++ b/Library/Formula/pkg-config.rb @@ -24,7 +24,8 @@ class PkgConfig < Formula # Fix some bullshit. # pkg-config tries to install glib's m4 macros, which will conflict with - # an actual glib install. + # an actual glib install. See: + # https://bugs.freedesktop.org/show_bug.cgi?id=52031 rm Dir["#{share}/aclocal/g*.m4"] end end |
