diff options
| author | Charlie Sharpsteen | 2011-09-04 16:05:01 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-04 16:05:01 -0700 |
| commit | 380eefc4623bec28675e6b522063aa80495248cb (patch) | |
| tree | a7bc589fb8c4a076122f8a2ba85961081af45e41 | |
| parent | 20325976f1f8b7fe7d1e1ff0ca32ccda54b11bc1 (diff) | |
| download | homebrew-380eefc4623bec28675e6b522063aa80495248cb.tar.bz2 | |
Redis: Builds with LLVM >= 2335
Closes #7393.
Closes #7416.
| -rw-r--r-- | Library/Formula/redis.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 3699e844c..bd89d6451 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -6,7 +6,7 @@ class Redis < Formula homepage 'http://redis.io/' md5 '61b287860cab3e89c49390b8f5ffb697' - fails_with_llvm "Fails with \"reference out of range from _linenoise\"" + fails_with_llvm 'Fails with "reference out of range from _linenoise"', :build => 2334 def install # Architecture isn't detected correctly on 32bit Snow Leopard without help |
