From f75e126f9871a9c732b59f643ccfb9297c1f0630 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 23 Oct 2014 10:13:58 +0100 Subject: cogl: disable g-ir-scanner cache. Don't dump files in $HOME. --- Library/Formula/cogl.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') 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", -- cgit v1.2.3