ports/databases/valkey8/files/patch-deps_lua_src_lua__cjson.c
Muhammad Moinur Rahman 30dd85cf8e
databases/valkey8: New port
Valkey is a high-performance data structure server that primarily
serves key/value workloads. It supports a wide range of native
structures and an extensible plugin system for adding new data
structures and access patterns.

WWW:	https://valkey.io/

Note that this is the 8.X.X version of valkey which has been added to
upgrade the valkey port to 9.X.X
2025-10-27 14:43:28 +01:00

13 lines
275 B
C

--- deps/lua/src/lua_cjson.c.orig 2024-04-01 02:56:24 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"