summaryrefslogtreecommitdiffstats
path: root/libraries/rapidjson/rapidjson.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/rapidjson/rapidjson.SlackBuild5
1 files changed, 4 insertions, 1 deletions
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 \