diff options
| author | Adam Vandenberg | 2012-08-02 08:47:08 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-08-02 08:47:08 -0700 | 
| commit | 5f87c0bc16807e57bccaeab0203e59a01c889cc2 (patch) | |
| tree | 8e5ea8aeefd0ba4e3871396e558b9763a9e26921 /Library/Formula/hiredis.rb | |
| parent | 1065a2de0e4195f978ccbba104eab55a60a02c0d (diff) | |
| download | homebrew-5f87c0bc16807e57bccaeab0203e59a01c889cc2.tar.bz2 | |
hiredis: update failing clang build
Fixes #13851.
Diffstat (limited to 'Library/Formula/hiredis.rb')
| -rw-r--r-- | Library/Formula/hiredis.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hiredis.rb b/Library/Formula/hiredis.rb index aa0cdb1c8..bf67f0b47 100644 --- a/Library/Formula/hiredis.rb +++ b/Library/Formula/hiredis.rb @@ -8,7 +8,7 @@ class Hiredis < Formula    head 'https://github.com/antirez/hiredis.git'    fails_with :clang do -    build 318 +    build 421      cause <<-EOS.undent        argument to 'va_arg' is of incomplete type 'void'        This is fixed in HEAD, and can be removed for the next release.  | 
