diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cogl.rb | 3 |
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", |
