]> git.pld-linux.org Git - packages/CEGUI.git/blob - pthread.patch
- fix build with ogre 13, rel 8
[packages/CEGUI.git] / pthread.patch
1 diff -urNp -x '*.orig' cegui-0.8.7.org/cegui/src/RendererModules/Ogre/CMakeLists.txt cegui-0.8.7/cegui/src/RendererModules/Ogre/CMakeLists.txt
2 --- cegui-0.8.7.org/cegui/src/RendererModules/Ogre/CMakeLists.txt       2016-04-23 20:18:29.000000000 +0200
3 +++ cegui-0.8.7/cegui/src/RendererModules/Ogre/CMakeLists.txt   2022-03-11 21:23:25.595133918 +0100
4 @@ -7,5 +7,5 @@ cegui_gather_files()
5  cegui_add_library(${CEGUI_TARGET_NAME} CORE_SOURCE_FILES CORE_HEADER_FILES)
6  cegui_add_dependency(${CEGUI_TARGET_NAME} OGRE PUBLIC TRUE)
7  
8 -cegui_target_link_libraries(${CEGUI_TARGET_NAME} ${CEGUI_BASE_LIBNAME})
9 +cegui_target_link_libraries(${CEGUI_TARGET_NAME} ${CEGUI_BASE_LIBNAME} -lpthread)
10  
This page took 0.114674 seconds and 3 git commands to generate.