on 10.6.2 pv won't build successfully with llvm
This commit is contained in:
parent
ec31bc9999
commit
c4ce764b43
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue