libraries/rapidjson: Fix build on -current.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-10-14 20:28:20 +07:00
parent 2812242c52
commit b34103963a
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ find -L . \
# Patch for -current but should be harmless on -stable
patch -p1 < $CWD/fix-build-on-gcc7.diff
find -name CMakeLists.txt | xargs sed -e 's|-Werror||' -i
mkdir -p build
cd build