diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-02-20 12:57:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-21 06:27:17 +0700 |
commit | 5f027f1a579e565441c2685ec5f4788e4064aad0 (patch) | |
tree | bdae02b45afcbbbf08f6bda8e8d04962b6c93313 /games/openclonk/boost.patch | |
parent | e2356a6b11b388433b2b8520a58ccb0fb3af4876 (diff) | |
download | slackbuilds-5f027f1a579e565441c2685ec5f4788e4064aad0.tar.gz |
games/openclonk: Updated for version 5.5.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openclonk/boost.patch')
-rw-r--r-- | games/openclonk/boost.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/openclonk/boost.patch b/games/openclonk/boost.patch new file mode 100644 index 0000000000..e0ab69ba6a --- /dev/null +++ b/games/openclonk/boost.patch @@ -0,0 +1,11 @@ +--- openclonk-5.5.1/CMakeLists.orig 2015-02-20 12:19:12.760304874 +0200 ++++ openclonk-5.5.1/CMakeLists.txt 2015-02-20 12:20:39.503220438 +0200 +@@ -1347,7 +1347,7 @@ + endif() + + if(USE_BOOST_REGEX) +- SET(Boost_USE_STATIC_LIBS ${USE_STATIC_BOOST}) ++ SET(Boost_USE_STATIC_LIBS/usr/include/boost ${USE_STATIC_BOOST}) + find_package(Boost 1.40.0 REQUIRED COMPONENTS regex) + # Disable automatic linking, we'll do it ourselves + add_definitions(-DBOOST_REGEX_NO_LIB) |