From 25e693cedc421aae6723b6842d144fdb51a696ba Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 20 Oct 2012 08:54:37 -0700 Subject: fontconfig: add universal option --- Library/Formula/fontconfig.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/fontconfig.rb b/Library/Formula/fontconfig.rb index c2fdadc3f..9b72e037d 100644 --- a/Library/Formula/fontconfig.rb +++ b/Library/Formula/fontconfig.rb @@ -7,10 +7,13 @@ class Fontconfig < Formula keg_only :provided_pre_mountain_lion + option :universal + depends_on :freetype depends_on 'pkg-config' => :build def install + ENV.universal_binary if build.universal? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" end -- cgit v1.2.3