diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2011-11-23 11:52:05 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2011-11-23 11:52:05 +0000 |
commit | 59134b7c45fcef0168ddb962ce10f866bd593d0f (patch) | |
tree | 6a949bb055f24e8ace01ce983f1f98f00f31f82d /databases/redis/files | |
parent | - Fix unicode input in X11 (courtesy of Danko Alexeyev) (diff) |
Update from 2.2.15 to 2.4.3.
Add fix for build with clang. [*]
Submitted by: vanilla [*]
Feature safe: yes
<ChangeLog>
https://raw.github.com/antirez/redis/2.4/00-RELEASENOTES
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=286302
Diffstat (limited to 'databases/redis/files')
-rw-r--r-- | databases/redis/files/patch-deps:hiredis:hiredis.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/redis/files/patch-deps:hiredis:hiredis.c b/databases/redis/files/patch-deps:hiredis:hiredis.c new file mode 100644 index 000000000000..db4496d75c13 --- /dev/null +++ b/databases/redis/files/patch-deps:hiredis:hiredis.c @@ -0,0 +1,11 @@ +--- deps/hiredis/hiredis.c.orig 2011-11-23 15:42:15.000000000 +0400 ++++ deps/hiredis/hiredis.c 2011-11-23 15:42:45.000000000 +0400 +@@ -697,7 +697,7 @@ + } + + /* Consume and discard vararg */ +- va_arg(ap,void); ++ va_arg(ap,void*); + } + } + touched = 1; |