diff options
Diffstat (limited to 'Library/Formula/streamripper.rb')
| -rw-r--r-- | Library/Formula/streamripper.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/streamripper.rb b/Library/Formula/streamripper.rb index 6ab35681c..9aefe62e7 100644 --- a/Library/Formula/streamripper.rb +++ b/Library/Formula/streamripper.rb @@ -7,7 +7,10 @@ class Streamripper < Formula depends_on 'glib' - fails_with_llvm "Strange runtime errors with LLVM.", :build => 2335 + fails_with :llvm do + build 2335 + cause "Strange runtime errors with LLVM." + end def install # the Makefile ignores CPPFLAGS from the environment, which |
