summaryrefslogtreecommitdiff
path: root/games/openlierox/CMakeOlxCommon_boost.patch
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-04-13 11:12:03 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-13 11:12:03 +0700
commitda2bf3fc36247d4fa0671d01ec17cce927a1d82f (patch)
treed10ac7a2cafee77a7f67cce18023d5b0ec774a4a /games/openlierox/CMakeOlxCommon_boost.patch
parent65b4e97d41f5293ab3be2909b3c6bf17e80300fe (diff)
downloadslackbuilds-da2bf3fc36247d4fa0671d01ec17cce927a1d82f.tar.gz
games/openlierox: Added (Worms realtime/2D shooter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openlierox/CMakeOlxCommon_boost.patch')
-rw-r--r--games/openlierox/CMakeOlxCommon_boost.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/openlierox/CMakeOlxCommon_boost.patch b/games/openlierox/CMakeOlxCommon_boost.patch
new file mode 100644
index 0000000000..70a770cb97
--- /dev/null
+++ b/games/openlierox/CMakeOlxCommon_boost.patch
@@ -0,0 +1,11 @@
+--- openlierox-0.59/CMakeOlxCommon.original.cmake 2014-04-06 13:10:05.423413368 +0300
++++ openlierox-0.59/CMakeOlxCommon.cmake 2014-04-07 04:15:14.367646916 +0300
+@@ -320,7 +320,7 @@
+ SET(LIBS ${LIBS} ${Boost_signals_LIBRARIES})
+ ELSE()
+ MESSAGE("boost-signals not found, trying just boost_signals-mt")
+- SET(LIBS ${LIBS} boost_signals-mt)
++ SET(LIBS ${LIBS} "/usr/lib/libboost_signals.so.1.54.0" "/usr/lib/libboost_system.so.1.54.0")
+ ENDIF()
+ ENDIF(BOOST_LINK_STATIC)
+