pidgin: always set tcl/tk config paths
Closes Homebrew/homebrew#42192. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
7079a68d03
commit
7ac315d54a
1 changed files with 2 additions and 2 deletions
|
@ -63,9 +63,9 @@ class Pidgin < Formula
|
|||
args << "--disable-perl" if build.without? "perl"
|
||||
args << "--enable-cyrus-sasl" if build.with? "gsasl"
|
||||
|
||||
args << "--with-tclconfig=#{MacOS.sdk_path}/usr/lib"
|
||||
args << "--with-tkconfig=#{MacOS.sdk_path}/usr/lib"
|
||||
if build.without? "gui"
|
||||
args << "--with-tclconfig=#{MacOS.sdk_path}/usr/lib"
|
||||
args << "--with-tkconfig=#{MacOS.sdk_path}/usr/lib"
|
||||
args << "--disable-gtkui"
|
||||
else
|
||||
args << "--disable-idn"
|
||||
|
|
Loading…
Reference in a new issue