From 2ad6fb9ac0206afb40c795e854dd55a58a287436 Mon Sep 17 00:00:00 2001 From: Xuebing Li Date: Tue, 28 Jul 2015 11:17:26 +1000 Subject: [PATCH] vice: giflib is not optional Closes Homebrew/homebrew#42145. Closes Homebrew/homebrew#42186. Signed-off-by: Dominyk Tiller --- Formula/vice.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/vice.rb b/Formula/vice.rb index 224eec686f..f21d232401 100644 --- a/Formula/vice.rb +++ b/Formula/vice.rb @@ -5,7 +5,7 @@ class Vice < Formula homepage 'http://vice-emu.sourceforge.net/' url 'http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-2.4.tar.gz' sha256 'ff8b8d5f0f497d1f8e75b95bbc4204993a789284a08a8a59ba727ad81dcace10' - revision 1 + revision 2 bottle do cellar :any @@ -17,7 +17,7 @@ class Vice < Formula depends_on 'pkg-config' => :build depends_on 'jpeg' depends_on 'libpng' - depends_on 'giflib' => :optional + depends_on 'giflib' depends_on 'lame' => :optional fails_with :llvm do