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
parent
67997ea7cb
commit
6f70e1f9dc
|
@ -7,7 +7,7 @@ class Streamripper < Formula
|
||||||
|
|
||||||
depends_on 'glib'
|
depends_on 'glib'
|
||||||
|
|
||||||
fails_with_llvm "strange runtime errors with llvm"
|
fails_with_llvm "Strange runtime errors with LLVM.", :build => 2335
|
||||||
|
|
||||||
def install
|
def install
|
||||||
File.chmod 0755, "./install-sh" # without this 'make install' doesn't seem to work (permission denied)
|
File.chmod 0755, "./install-sh" # without this 'make install' doesn't seem to work (permission denied)
|
||||||
|
|
Loading…
Reference in New Issue