diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2019-11-22 00:39:22 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2019-11-22 00:39:22 +0000 |
commit | 24e04d3bff919341b3b4729f3e1d4bb143ba85f2 (patch) | |
tree | 8b3be7761e090dc6bd083df4a80bc521b225d916 /databases/redis/files | |
parent | Fix the 'fig' terminal (diff) |
Fix the build with external lua, forgotten to add the patch.
Bump PORTREVISION.
Reported by: olgeni
Notes
Notes:
svn path=/head/; revision=518119
Diffstat (limited to 'databases/redis/files')
-rw-r--r-- | databases/redis/files/patch-deps_lua_src_lua__cjson.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/redis/files/patch-deps_lua_src_lua__cjson.c b/databases/redis/files/patch-deps_lua_src_lua__cjson.c new file mode 100644 index 000000000000..0bb150504c67 --- /dev/null +++ b/databases/redis/files/patch-deps_lua_src_lua__cjson.c @@ -0,0 +1,12 @@ +--- deps/lua/src/lua_cjson.c.orig 2019-09-25 10:40:18 UTC ++++ deps/lua/src/lua_cjson.c +@@ -46,7 +46,9 @@ + #include "strbuf.h" + #include "fpconv.h" + ++#if defined(__sun) + #include "../../../src/solarisfixes.h" ++#endif + + #ifndef CJSON_MODNAME + #define CJSON_MODNAME "cjson" |