aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-24 15:39:27 -0500
committerJack Nagel2013-03-24 15:39:31 -0500
commit2735b85558316e1e08d1944295ff9a38fbb9955b (patch)
tree892de6204082947ed21ea57deee494941908403d /Library/Formula
parent766a8cd009881d7d144df58a08936b7c0966067c (diff)
downloadhomebrew-2735b85558316e1e08d1944295ff9a38fbb9955b.tar.bz2
glib: make gio-module-dir global
Fixes #18701.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/glib.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb
index f9e479a95..5a7512322 100644
--- a/Library/Formula/glib.rb
+++ b/Library/Formula/glib.rb
@@ -43,6 +43,7 @@ class Glib < Formula
--disable-modular-tests
--prefix=#{prefix}
--localstatedir=#{var}
+ --with-gio-module-dir=#{HOMEBREW_PREFIX}/lib/gio/modules
]
system "./configure", *args