Files
ports/databases/redis82/files/patch-deps_lua_src_lua__cjson.c
T
Muhammad Moinur Rahman 47d75dcc83 databases/redis82: New port
This is the redis 8.2.X branch of redis copied from databases/redis in
preparation for upgrading redis to redis 8.4.X branch.
2025-11-20 13:15:54 +01:00

13 lines
275 B
C

--- deps/lua/src/lua_cjson.c.orig 2025-08-04 11:05:03 UTC
+++ deps/lua/src/lua_cjson.c
@@ -47,7 +47,9 @@
#include "strbuf.h"
#include "fpconv.h"
+#if defined(__sun)
#include "../../../src/solarisfixes.h"
+#endif
#ifndef CJSON_MODNAME
#define CJSON_MODNAME "cjson"