aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2011-10-05 18:01:38 -0500
committerJack Nagel2011-10-05 18:02:12 -0500
commita6ab6c668d3234fc3eeb45381a1ac7d799f819c3 (patch)
tree249283cc1445519a1784d19bc6ff3e6c1b2b19fc
parente215542bfedd773aa334fb0a3ed2a3e6148c0e48 (diff)
downloadhomebrew-a6ab6c668d3234fc3eeb45381a1ac7d799f819c3.tar.bz2
streamripper: fails with LLVM build 2335
It builds, but still produces runtime errors. cf. #7942. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/streamripper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/streamripper.rb b/Library/Formula/streamripper.rb
index 0d565f3da..4f01333fe 100644
--- a/Library/Formula/streamripper.rb
+++ b/Library/Formula/streamripper.rb
@@ -7,7 +7,7 @@ class Streamripper < Formula
depends_on 'glib'
- fails_with_llvm "strange runtime errors with llvm"
+ fails_with_llvm "Strange runtime errors with LLVM.", :build => 2335
def install
File.chmod 0755, "./install-sh" # without this 'make install' doesn't seem to work (permission denied)