diff options
Diffstat (limited to 'Library/Formula/redis.rb')
| -rw-r--r-- | Library/Formula/redis.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index c877132cf..e02d5f9d6 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -7,7 +7,10 @@ class Redis < Formula head 'https://github.com/antirez/redis.git', :branch => 'unstable' - fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334 + fails_with :llvm do + build 2334 + cause 'Fails with "reference out of range from _linenoise"' + end def install # Architecture isn't detected correctly on 32bit Snow Leopard without help |
