diff options
| author | Jack Nagel | 2014-12-17 13:31:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-17 20:57:29 -0500 |
| commit | 814bdcce4f626b2c57f351f99d3d8d28d49a08a1 (patch) | |
| tree | 6e9dea30c0110cb975f979a6a2be145f6f8221f3 /Library/Formula | |
| parent | 9a18d41c2b9e9281c41f7c63bc4f8ec682275436 (diff) | |
| download | homebrew-814bdcce4f626b2c57f351f99d3d8d28d49a08a1.tar.bz2 | |
librsvg: install gdk-pixbuf modules into cellar
Fixes #35059.
Closes #35061.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/librsvg.rb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/librsvg.rb b/Library/Formula/librsvg.rb index fae8e6c72..a94e8c900 100644 --- a/Library/Formula/librsvg.rb +++ b/Library/Formula/librsvg.rb @@ -4,13 +4,9 @@ class Librsvg < Formula homepage 'https://live.gnome.org/LibRsvg' url 'http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.36/librsvg-2.36.3.tar.xz' sha256 '3d7d583271030e21acacc60cb6b81ee305713c9da5e98429cbd609312aea3632' + revision 1 bottle do - cellar :any - revision 1 - sha1 "4e83e5f0691db664289df16b3c491618d400b12c" => :yosemite - sha1 "e08617797236e3cffc78adaca0c254af7cfb4d50" => :mavericks - sha1 "7b20f7d74b54ad6c03fd290ccd4ebb3707b00a89" => :mountain_lion end depends_on :x11 @@ -30,7 +26,9 @@ class Librsvg < Formula args << "--enable-svgz" if build.with? 'libgsf' system "./configure", *args - system "make install" + system "make", "install", + "gdk_pixbuf_binarydir=#{lib}/gdk-pixbuf-2.0/2.10.0/loaders", + "gdk_pixbuf_moduledir=#{lib}/gdk-pixbuf-2.0/2.10.0/loaders" end def post_install |
