Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

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

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
mrjbq7 authored and ckdaas committed Sep 10, 2012
1 parent ad3bbfb commit 4b5084b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/gts.rb
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 4b5084b

Please sign in to comment.