]> git.pld-linux.org Git - packages/CEGUI.git/blob - pthread.patch
- workaround for building with boost 1.59
[packages/CEGUI.git] / pthread.patch
1 --- cegui-0.8.2/cegui/src/RendererModules/Ogre/CMakeLists.txt~  2013-06-12 10:06:54.000000000 +0200
2 +++ cegui-0.8.2/cegui/src/RendererModules/Ogre/CMakeLists.txt   2013-07-12 08:10:04.515845269 +0200
3 @@ -4,5 +4,5 @@
4  cegui_add_library(${CEGUI_TARGET_NAME} CORE_SOURCE_FILES CORE_HEADER_FILES)
5  cegui_add_dependency(${CEGUI_TARGET_NAME} OGRE)
6  
7 -cegui_target_link_libraries(${CEGUI_TARGET_NAME} ${CEGUI_BASE_LIBNAME})
8 +cegui_target_link_libraries(${CEGUI_TARGET_NAME} ${CEGUI_BASE_LIBNAME} -lpthread)
9  
This page took 0.034691 seconds and 3 git commands to generate.