aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pv.rb')
-rw-r--r--Library/Formula/pv.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/pv.rb b/Library/Formula/pv.rb
index 832ee15c0..66a9c00e7 100644
--- a/Library/Formula/pv.rb
+++ b/Library/Formula/pv.rb
@@ -5,8 +5,9 @@ class Pv < Formula
homepage 'http://www.ivarch.com/programs/pv.shtml'
md5 '67aedf6dbcd068d5feeaa76156153f4f'
+ fails_with_llvm
+
def install
- fails_with_llvm
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}",