aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDane Springmeyer2013-05-13 18:24:58 -0600
committerAdam Vandenberg2013-05-14 09:48:47 -0700
commit99e91e45b0ce08ee829043d000e33398ac1576fd (patch)
treee63eff8ea2de38c14e396f0044cfe6ca686471b0 /Library/Formula
parentc0c76eb47336a3be1128c837883cd60d437fd794 (diff)
downloadhomebrew-99e91e45b0ce08ee829043d000e33398ac1576fd.tar.bz2
jpeg-turbo: support jpeg8
Closes #19787. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/jpeg-turbo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jpeg-turbo.rb b/Library/Formula/jpeg-turbo.rb
index e65780690..f8ad548e6 100644
--- a/Library/Formula/jpeg-turbo.rb
+++ b/Library/Formula/jpeg-turbo.rb
@@ -10,7 +10,7 @@ class JpegTurbo < Formula
keg_only "libjpeg-turbo is not linked to prevent conflicts with the standard libjpeg."
def install
- args = ["--disable-dependency-tracking", "--prefix=#{prefix}"]
+ args = ["--disable-dependency-tracking", "--prefix=#{prefix}", "--with-jpeg8"]
if MacOS.prefer_64_bit?
args << "--host=x86_64-apple-darwin"
# Auto-detect our 64-bit nasm