mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
Copy databases/redis to databases/redis62 as a preparation for updating databases/redis to 7.0.
12 lines
275 B
C
12 lines
275 B
C
--- 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"
|