From f8a66601e165f0bf8e88227c99e5289936fcf537 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 8 Mar 2012 17:52:05 -0600 Subject: gdk-pixbuf: skip_clean the loaders.cache file Other packages try to write to this file during a build, and will fail unless we don't munge the permissions. The question of "should this file be created in the top-level somehow?" remains. Closes #4970. Signed-off-by: Jack Nagel --- Library/Formula/gdk-pixbuf.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/gdk-pixbuf.rb b/Library/Formula/gdk-pixbuf.rb index 85e509969..236ff8e72 100644 --- a/Library/Formula/gdk-pixbuf.rb +++ b/Library/Formula/gdk-pixbuf.rb @@ -11,6 +11,8 @@ class GdkPixbuf < Formula depends_on 'jasper' depends_on 'libtiff' + skip_clean 'lib/gdk-pixbuf-2.0' + def options [["--universal", "Build a universal binary."]] end -- cgit v1.2.3