freetype: --universal

Fixes Homebrew/homebrew#14307.
This commit is contained in:
Adam Vandenberg 2012-08-22 20:53:49 -07:00
parent 98c806cd88
commit a427b6391e

View file

@ -7,7 +7,10 @@ class Freetype < Formula
keg_only :when_xquartz_installed
option :universal
def install
ENV.universal_binary if build.universal?
system "./configure", "--prefix=#{prefix}"
system "make install"
end