aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-10-23 10:13:58 +0100
committerMike McQuaid2014-10-23 10:35:45 +0100
commitf75e126f9871a9c732b59f643ccfb9297c1f0630 (patch)
treeb70b78b630970b2ad41baaa5a4ac4b5d08a54d5d /Library
parentd4c1ca7a30fd84281a92f4dfffa287bc979ed5c8 (diff)
downloadhomebrew-f75e126f9871a9c732b59f643ccfb9297c1f0630.tar.bz2
cogl: disable g-ir-scanner cache.
Don't dump files in $HOME.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cogl.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/cogl.rb b/Library/Formula/cogl.rb
index 0625e2697..4d48809a9 100644
--- a/Library/Formula/cogl.rb
+++ b/Library/Formula/cogl.rb
@@ -41,6 +41,9 @@ class Cogl < Formula
patch :DATA
def install
+ # Don't dump files in $HOME.
+ ENV["GI_SCANNER_DISABLE_CACHE"] = "yes"
+
resource("grep").stage do
system "./configure", "--disable-dependency-tracking",
"--disable-nls",