gd: fix universal build

master
Jack Nagel 2013-07-19 11:01:49 -05:00
parent 97ebd90e38
commit d6b8e8e0b4
1 changed files with 1 additions and 1 deletions

View File

@ -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"