mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
This commit is contained in:
12
data/redis/files/patch-src-lua_cjson.c
Normal file
12
data/redis/files/patch-src-lua_cjson.c
Normal file
@@ -0,0 +1,12 @@
|
||||
--- 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"
|
||||
Reference in New Issue
Block a user