ports/databases/redis/files/patch-deps_lua_src_lua__cjson.c
Muhammad Moinur Rahman 6bbfe5c3dd
databases/redis: Update version 8.0.3=>8.2.0
- Refresh patches and make them makepatch compatible

Changelog: https://github.com/redis/redis/releases/tag/8.2.0
2025-08-09 11:09:59 +02: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"