freetype: drop universal

This commit is contained in:
FX Coudert 2017-03-11 19:36:42 +01:00
parent eed145d441
commit 433b5bd1a8

View file

@ -14,7 +14,6 @@ class Freetype < Formula
keg_only :provided_pre_mountain_lion
option :universal
option "without-subpixel", "Disable sub-pixel rendering (a.k.a. LCD rendering, or ClearType)"
depends_on "libpng"
@ -26,7 +25,6 @@ class Freetype < Formula
"#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING"
end
ENV.universal_binary if build.universal?
system "./configure", "--prefix=#{prefix}", "--without-harfbuzz"
system "make"
system "make", "install"