Skip to content

Commit

Permalink
streamripper: fails with LLVM build 2335
Browse files Browse the repository at this point in the history
It builds, but still produces runtime errors.

cf. Homebrew#7942.

Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
jacknagel committed Oct 5, 2011
1 parent f3dfac4 commit cb18fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamripper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cb18fca

Please sign in to comment.