streamripper: fails with LLVM build 2335

It builds, but still produces runtime errors.

cf. Homebrew/homebrew#7942.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2011-10-05 18:01:38 -05:00
parent 67997ea7cb
commit 6f70e1f9dc
1 changed files with 1 additions and 1 deletions

View File

@ -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)