fontconfig: drop universal
This commit is contained in:
parent
433b5bd1a8
commit
b440d08158
1 changed files with 0 additions and 3 deletions
|
@ -46,13 +46,10 @@ class Fontconfig < Formula
|
||||||
|
|
||||||
keg_only :provided_pre_mountain_lion
|
keg_only :provided_pre_mountain_lion
|
||||||
|
|
||||||
option :universal
|
|
||||||
|
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkg-config" => :build
|
||||||
depends_on "freetype"
|
depends_on "freetype"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV.universal_binary if build.universal?
|
|
||||||
system "autoreconf", "-iv" if build.head?
|
system "autoreconf", "-iv" if build.head?
|
||||||
system "./configure", "--disable-dependency-tracking",
|
system "./configure", "--disable-dependency-tracking",
|
||||||
"--disable-silent-rules",
|
"--disable-silent-rules",
|
||||||
|
|
Loading…
Reference in a new issue