aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vips.rb4
1 files changed, 3 insertions, 1 deletions
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