aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pkg-config.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-22 10:36:07 -0700
committerAdam Vandenberg2012-07-22 10:36:07 -0700
commit9c1e7cb9aaca19c6e649601069023f775d2c188d (patch)
tree151c9629924f955ec0d3080a6c368efc6a23340b /Library/Formula/pkg-config.rb
parent0edca4f357b90e0d104b2fa3b29eddb9a8b7a796 (diff)
downloadhomebrew-9c1e7cb9aaca19c6e649601069023f775d2c188d.tar.bz2
pkg-config: add upstream bug
Diffstat (limited to 'Library/Formula/pkg-config.rb')
-rw-r--r--Library/Formula/pkg-config.rb3
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