summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-03-18 16:16:06 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-20 07:37:45 +0700
commit8c3586d0902407dc7fc3da32278aff4afc5b8ced (patch)
tree5c107f7d3e1971b57bbf72e987398b6a7e8eaa09 /games
parenta63cd6fb518de06b721cb0893b53ee6ab7ce8607 (diff)
downloadslackbuilds-8c3586d0902407dc7fc3da32278aff4afc5b8ced.tar.gz
slackbuilds-8c3586d0902407dc7fc3da32278aff4afc5b8ced.tar.xz
games/freeminer: Fixed build failure.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/freeminer/freeminer.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/freeminer/freeminer.SlackBuild b/games/freeminer/freeminer.SlackBuild
index 8573bd331f..c270f1d6f3 100644
--- a/games/freeminer/freeminer.SlackBuild
+++ b/games/freeminer/freeminer.SlackBuild
@@ -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 \