ports/databases/redis/files/patch-deps_lua_src_lua__cjson.c
Sergey A. Osokin 24e04d3bff Fix the build with external lua, forgotten to add the patch.
Bump PORTREVISION.

Reported by:	olgeni
2019-11-22 00:39:22 +00:00

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"