Skip to content

Commit

Permalink
gd: drop universal
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Mar 11, 2017
1 parent 23dd303 commit 140e584
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Formula/gd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class Gd < Formula
depends_on "libtool" => :build
end

option :universal

depends_on "fontconfig" => :recommended
depends_on "freetype" => :recommended
depends_on "jpeg" => :recommended
Expand All @@ -38,8 +36,6 @@ class Gd < Formula
depends_on "webp" => :recommended

def install
ENV.universal_binary if build.universal?

args = %W[
--disable-dependency-tracking
--prefix=#{prefix}
Expand Down

0 comments on commit 140e584

Please sign in to comment.