on 10.6.2 pv won't build successfully with llvm

This commit is contained in:
Gavin Heavyside 2009-11-11 09:00:01 +00:00 committed by Max Howell
parent ec31bc9999
commit c4ce764b43

View file

@ -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