libraries/rapidjson: Fix build on -current.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2812242c52
commit
b34103963a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue