aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-02-05 20:37:36 -0500
committerJack Nagel2014-02-05 20:38:39 -0500
commit664444515fd49d673e0f4203ff80e9194f8df893 (patch)
treee9c433073d04ed11f1ec703063f2ff540cb11e40 /Library/Formula
parent47e4692373fd80625edd5e72cd8ab0431e7d2616 (diff)
downloadhomebrew-664444515fd49d673e0f4203ff80e9194f8df893.tar.bz2
ruby: disable silent build rules
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index 988b024ee..78ccb99d3 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -29,7 +29,7 @@ class Ruby < Formula
def install
system "autoconf" if build.head?
- args = %W[--prefix=#{prefix} --enable-shared]
+ args = %W[--prefix=#{prefix} --enable-shared --disable-silent-rules]
args << "--program-suffix=21" if build.with? "suffix"
args << "--with-arch=#{Hardware::CPU.universal_archs.join(',')}" if build.universal?
args << "--with-out-ext=tk" unless build.with? "tcltk"