freetype: drop universal
This commit is contained in:
parent
eed145d441
commit
433b5bd1a8
1 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@ class Freetype < Formula
|
||||||
|
|
||||||
keg_only :provided_pre_mountain_lion
|
keg_only :provided_pre_mountain_lion
|
||||||
|
|
||||||
option :universal
|
|
||||||
option "without-subpixel", "Disable sub-pixel rendering (a.k.a. LCD rendering, or ClearType)"
|
option "without-subpixel", "Disable sub-pixel rendering (a.k.a. LCD rendering, or ClearType)"
|
||||||
|
|
||||||
depends_on "libpng"
|
depends_on "libpng"
|
||||||
|
@ -26,7 +25,6 @@ class Freetype < Formula
|
||||||
"#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING"
|
"#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING"
|
||||||
end
|
end
|
||||||
|
|
||||||
ENV.universal_binary if build.universal?
|
|
||||||
system "./configure", "--prefix=#{prefix}", "--without-harfbuzz"
|
system "./configure", "--prefix=#{prefix}", "--without-harfbuzz"
|
||||||
system "make"
|
system "make"
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
|
|
Loading…
Reference in a new issue