Files
ports/databases/redis4/files/patch-src-lua_cjson.c
T
Sergey A. Osokin 89e0b04783 Repocopy the databases/redis to the databases/redis4 to update
the databases/redis port to the latest stable version, 5.0.6.

PR:		241526
Reviewed by:	portmgr (adamw)
Approved by:	portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D22336
2019-11-21 19:27:39 +00:00

13 lines
323 B
C

--- deps/lua/src/lua_cjson.c.orig 2016-12-04 20:49:41.925218000 -0500
+++ deps/lua/src/lua_cjson.c 2016-12-04 20:49:59.728885000 -0500
@@ -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"