aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-03-24 15:26:45 -0500
committerJack Nagel2013-03-24 15:26:48 -0500
commit766a8cd009881d7d144df58a08936b7c0966067c (patch)
tree2da82542af203909874cefa02c62f986121f714b /Library
parent88f9bbd6cb1036b26e090a74555c81d1063d8458 (diff)
downloadhomebrew-766a8cd009881d7d144df58a08936b7c0966067c.tar.bz2
gobject-introspection: look for .girs under HOMEBREW_PREFIX
Fixes #18703.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gobject-introspection.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gobject-introspection.rb b/Library/Formula/gobject-introspection.rb
index 28b956326..5b1b08281 100644
--- a/Library/Formula/gobject-introspection.rb
+++ b/Library/Formula/gobject-introspection.rb
@@ -14,6 +14,7 @@ class GobjectIntrospection < Formula
def install
ENV.universal_binary if build.universal?
+ inreplace 'giscanner/transformer.py', '/usr/share', HOMEBREW_PREFIX/'share'
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
# Tests require (at least) cairo, disable them.