aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorGavin Heavyside2009-11-11 09:00:01 +0000
committerMax Howell2009-11-11 19:11:13 +0000
commita637680467d8a5ab1b5f502d1fd1a2fc18713840 (patch)
tree80ffbb77ce776bb7cf0b34d8a8b1031e4958b19f /Library/Formula
parente1e110b40ed3bde5f4d6792358b50ed3c4918fcd (diff)
downloadhomebrew-a637680467d8a5ab1b5f502d1fd1a2fc18713840.tar.bz2
on 10.6.2 pv won't build successfully with llvm
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pv.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/pv.rb b/Library/Formula/pv.rb
index d06fe969c..e61e4e247 100644
--- a/Library/Formula/pv.rb
+++ b/Library/Formula/pv.rb
@@ -8,6 +8,8 @@ class Pv <Formula
@md5='63033e090d61a040407bfd043aeb6d27'
def install
+ ENV.gcc_4_2
+
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end