games/freeminer: Fixed build failure.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-03-18 16:16:06 +00:00 committed by Willy Sudiarto Raharjo
parent a63cd6fb51
commit 8c3586d090

View file

@ -73,6 +73,9 @@ find -L . \
# Fix jsoncpp detection.
sed -i '/find_path/s|)| /usr/include/jsoncpp)|' cmake/Modules/FindJson.cmake
# Fix msgpack-c detection.
sed -i 's/FIND_LIBRARY(MSGPACK_LIBRARY NAMES msgpack/& msgpackc/' cmake/Modules/FindMsgPack.cmake
mkdir -p build
cd build
cmake \