From 890897c6a250cc8b41284e4ab2d35d92f3dad643 Mon Sep 17 00:00:00 2001 From: Alessandro Tagliapietra Date: Thu, 21 Mar 2013 17:23:11 +0100 Subject: vips: remove optional flag on jpeg I've removed the optional flag to jpeg since without jpeg library it fails to build even if configure script figures that the libjpeg is missing and disabled import/export with libjpeg. Closes #18638. Signed-off-by: Misty De Meo --- Library/Formula/vips.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/vips.rb b/Library/Formula/vips.rb index 06ea26665..ccbffb1e8 100644 --- a/Library/Formula/vips.rb +++ b/Library/Formula/vips.rb @@ -10,8 +10,10 @@ class Vips < Formula depends_on :fontconfig depends_on 'gettext' depends_on 'glib' + # Removed the optional flag to jpeg library as a temporary workaround since it fails to build + # Already reported on project here https://github.com/jcupitt/libvips/issues/57 + depends_on 'jpeg' depends_on 'openslide' => :optional - depends_on 'jpeg' => :optional depends_on 'libtiff' => :optional depends_on 'imagemagick' => :optional depends_on 'fftw' => :optional -- cgit v1.2.3