aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 1e2f3797a..adfb1290e 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}", "--with-jpeg8"]
+ args = ["--disable-dependency-tracking", "--prefix=#{prefix}", "--with-jpeg8", "--mandir=#{man}"]
if MacOS.prefer_64_bit?
args << "--host=x86_64-apple-darwin"
# Auto-detect our 64-bit nasm