mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Fix the build with external lua, forgotten to add the patch.
Bump PORTREVISION. Reported by: olgeni
This commit is contained in:
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
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= redis
|
||||
PORTVERSION= 5.0.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.redis.io/releases/
|
||||
|
||||
|
|
12
databases/redis/files/patch-deps_lua_src_lua__cjson.c
Normal file
12
databases/redis/files/patch-deps_lua_src_lua__cjson.c
Normal 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"
|
Loading…
Add table
Reference in a new issue