aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-22 20:53:49 -0700
committerAdam Vandenberg2012-08-22 20:53:49 -0700
commit6fd746ac7415407fee682bc8b2235108a2a50a1c (patch)
treeba9f948b4f1b0f66b2c7636817f69c86f3bfd2e4 /Library
parent2db581b8585494d246a85589801b2c7c39f3e420 (diff)
downloadhomebrew-6fd746ac7415407fee682bc8b2235108a2a50a1c.tar.bz2
freetype: --universal
Fixes #14307.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/freetype.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/freetype.rb b/Library/Formula/freetype.rb
index f0ceaeb9c..348f1f8be 100644
--- a/Library/Formula/freetype.rb
+++ b/Library/Formula/freetype.rb
@@ -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