Skip to content

Commit

Permalink
gts: add --universal option
Browse files Browse the repository at this point in the history
Closes Homebrew#14165.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
mrjbq7 authored and jacknagel committed Aug 14, 2012
1 parent 135a6b6 commit 5dffd63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ class Gts < Formula
url 'http://downloads.sourceforge.net/project/gts/gts/0.7.6/gts-0.7.6.tar.gz'
md5 '9f710aefd2ed9b3cc1b1216171fc5a8a'

option :universal

depends_on 'gettext'
depends_on 'glib'

def install
ENV.universal_binary if build.universal?
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"

Expand Down

0 comments on commit 5dffd63

Please sign in to comment.