Add a workaround for solarisfixes.h header file.

Bump PORTREVISIONs.
This commit is contained in:
Sergey A. Osokin 2018-04-17 23:05:16 +00:00
parent ab3dbf7f9c
commit debdd412f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467661
4 changed files with 26 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= redis
DISTVERSION= 4.0.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
PKGNAMESUFFIX= -devel

View 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"

View File

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

View 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"