Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
exact-image: disable GIFLIB
Browse files Browse the repository at this point in the history
exact-image isn't compatible with Hoebrew's GIFLIB, but will
opportunistically find it when building from source.

Fixes #42485.
  • Loading branch information
mistydemeo committed Aug 5, 2015
1 parent 21bb898 commit 384b3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/exact-image.rb
Expand Up @@ -15,7 +15,7 @@ class ExactImage < Formula
depends_on "freetype" => :optional

def install
system "./configure", "--prefix=#{prefix}"
system "./configure", "--prefix=#{prefix}", "--without-libungif"
system "make", "install"
end

Expand Down

0 comments on commit 384b3d3

Please sign in to comment.