aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vips.rb
diff options
context:
space:
mode:
authorAlessandro Tagliapietra2013-03-21 17:23:11 +0100
committerMisty De Meo2013-03-21 11:26:40 -0500
commit890897c6a250cc8b41284e4ab2d35d92f3dad643 (patch)
treec035e2e78345d6356ef4356a19e91683e72b5d96 /Library/Formula/vips.rb
parent06935cd77d28a4447ea33384263d23076e4a518a (diff)
downloadhomebrew-890897c6a250cc8b41284e4ab2d35d92f3dad643.tar.bz2
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 <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula/vips.rb')
-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