89e0b04783
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
13 lines
323 B
C
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"
|