diff options
Diffstat (limited to 'Library/Formula/rtmpdump.rb')
| -rw-r--r-- | Library/Formula/rtmpdump.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb index 2d861a7cd..1b4fa0f0f 100644 --- a/Library/Formula/rtmpdump.rb +++ b/Library/Formula/rtmpdump.rb @@ -9,8 +9,10 @@ class Rtmpdump < Formula depends_on 'openssl' if MacOS.leopard? - # note: as of LLVM build 2336, this still has runtime issues - fails_with_llvm "Crashes at runtime" + fails_with :llvm do + # note: as of LLVM build 2336, this still has runtime issues + cause "Crashes at runtime" + end # Use dylib instead of so def patches; DATA; end unless ARGV.build_head? |
