aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorFlorian Sowade2010-01-14 01:10:46 +0100
committerAdam Vandenberg2010-02-17 09:53:24 -0800
commit244473c5c40666127d5cc52c037d84db0b1d2195 (patch)
tree31730d6d1adf8dd81bb9ec438df1a6ee6618a601 /Library
parent37dd429a062e0e9d72547ca90a92b47ec0d44fef (diff)
downloadhomebrew-244473c5c40666127d5cc52c037d84db0b1d2195.tar.bz2
pv failed to compile with nls
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pv.rb b/Library/Formula/pv.rb
index 011f3d1d4..3210314b9 100644
--- a/Library/Formula/pv.rb
+++ b/Library/Formula/pv.rb
@@ -10,7 +10,7 @@ class Pv <Formula
def install
ENV.gcc_4_2
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--disable-nls"
system "make install"
end
end