diff options
| author | Jack Nagel | 2013-07-19 11:01:49 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-07-19 11:01:49 -0500 |
| commit | cf66ef7d9743e870629359fba0b01fcca8687abf (patch) | |
| tree | cb69342c684aa1e3d5005194b7854cad4a81e203 /Library/Formula | |
| parent | 067b257ffe8d8c2ecbf423d3d31dbf882bdc5e04 (diff) | |
| download | homebrew-cf66ef7d9743e870629359fba0b01fcca8687abf.tar.bz2 | |
gd: fix universal build
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gd.rb b/Library/Formula/gd.rb index ac6eedad5..17bb90d5b 100644 --- a/Library/Formula/gd.rb +++ b/Library/Formula/gd.rb @@ -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" |
