From a6ab6c668d3234fc3eeb45381a1ac7d799f819c3 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 5 Oct 2011 18:01:38 -0500 Subject: streamripper: fails with LLVM build 2335 It builds, but still produces runtime errors. cf. #7942. Signed-off-by: Jack Nagel --- Library/Formula/streamripper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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) -- cgit v1.2.3