pkg-config: add upstream bug

master
Adam Vandenberg 2012-07-22 10:36:07 -07:00
parent 2222078adc
commit 4c121d3241
1 changed files with 2 additions and 1 deletions

View File

@ -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