diff options
Diffstat (limited to 'games/openlierox/CMakeOlxCommon_boost.patch')
-rw-r--r-- | games/openlierox/CMakeOlxCommon_boost.patch | 11 |
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 0000000000000..70a770cb97e7f --- /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) + |