aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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