gd: fix universal build
This commit is contained in:
parent
97ebd90e38
commit
d6b8e8e0b4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Gd < Formula
|
|||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
args = ["--prefix=#{prefix}"]
|
||||
args = %W{--disable-dependency-tracking --prefix=#{prefix}}
|
||||
args << "--without-freetype" unless build.with? 'freetype'
|
||||
system "./configure", *args
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue