From d8f337bb0a5367786ac391c3cd942613b9cd333f Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 27 Dec 2017 00:48:28 -0600 Subject: libraries/rapidjson: Fix build with gcc7 I ran into this trying to build rapidjson on ARM -current: https://github.com/Tencent/rapidjson/pull/941 Signed-off-by: Robby Workman --- libraries/rapidjson/rapidjson.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libraries/rapidjson/rapidjson.SlackBuild') diff --git a/libraries/rapidjson/rapidjson.SlackBuild b/libraries/rapidjson/rapidjson.SlackBuild index 85a240ac48..474a7d13e4 100644 --- a/libraries/rapidjson/rapidjson.SlackBuild +++ b/libraries/rapidjson/rapidjson.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=rapidjson VERSION=${VERSION:-1.1.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,6 +69,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Patch for -current but should be harmless on -stable +patch -p1 < $CWD/fix-build-on-gcc7.diff + mkdir -p build cd build cmake \ -- cgit v1.2.3-80-g2a13