aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redis.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/redis.rb')
-rw-r--r--Library/Formula/redis.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb
index fdcbd4d9b..734317bbc 100644
--- a/Library/Formula/redis.rb
+++ b/Library/Formula/redis.rb
@@ -6,9 +6,9 @@ class Redis < Formula
homepage 'http://redis.io/'
sha1 '75b953e4a3067570555c5f3f5e8f481c40489904'
- def install
- fails_with_llvm "Fails with \"reference out of range from _linenoise\""
+ fails_with_llvm "Fails with \"reference out of range from _linenoise\""
+ def install
# Architecture isn't detected correctly on 32bit Snow Leopard without help
ENV["OBJARCH"] = MacOS.prefer_64_bit? ? "-arch x86_64" : "-arch i386"