]> git.pld-linux.org Git - packages/CEGUI.git/blame - pthread.patch
- fix build with ogre 13, rel 8
[packages/CEGUI.git] / pthread.patch
CommitLineData
858d0905
JR
1diff -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()
0f250bad 5 cegui_add_library(${CEGUI_TARGET_NAME} CORE_SOURCE_FILES CORE_HEADER_FILES)
858d0905 6 cegui_add_dependency(${CEGUI_TARGET_NAME} OGRE PUBLIC TRUE)
0f250bad
JR
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.08225 seconds and 4 git commands to generate.