Fix the build with external lua, forgotten to add the patch.

Bump PORTREVISION.

Reported by:	olgeni
This commit is contained in:
Sergey A. Osokin 2019-11-22 00:39:22 +00:00
parent bbaf74b749
commit 24e04d3bff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518119
2 changed files with 13 additions and 0 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= redis
PORTVERSION= 5.0.7
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/

View file

@ -0,0 +1,12 @@
--- 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"