aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-20 08:54:37 -0700
committerAdam Vandenberg2012-10-20 08:54:37 -0700
commit25e693cedc421aae6723b6842d144fdb51a696ba (patch)
tree3836ce83267aeb840c0f2672e8ad958b5722088e /Library/Formula
parentd9fc5624b8da4bb382acd353fa2853c5965e41a3 (diff)
downloadhomebrew-25e693cedc421aae6723b6842d144fdb51a696ba.tar.bz2
fontconfig: add universal option
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fontconfig.rb3
1 files changed, 3 insertions, 0 deletions
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