jpeg-turbo: use mandir
Closes Homebrew/homebrew#26219. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
65d7842da4
commit
3e37ac815b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue