]> git.pld-linux.org Git - packages/CEGUI.git/commitdiff
- rediff patch
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 11 Mar 2022 22:02:20 +0000 (23:02 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 11 Mar 2022 22:02:20 +0000 (23:02 +0100)
pthread.patch

index ae615c68ffda8464e7ceb6de62b12c8ae4a1e6f9..42917297ebf9b8fe8bb92b0f8f63a47b5dc62e6b 100644 (file)
@@ -1,8 +1,9 @@
---- cegui-0.8.2/cegui/src/RendererModules/Ogre/CMakeLists.txt~ 2013-06-12 10:06:54.000000000 +0200
-+++ cegui-0.8.2/cegui/src/RendererModules/Ogre/CMakeLists.txt  2013-07-12 08:10:04.515845269 +0200
-@@ -4,5 +4,5 @@
+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
+--- cegui-0.8.7.org/cegui/src/RendererModules/Ogre/CMakeLists.txt      2016-04-23 20:18:29.000000000 +0200
++++ cegui-0.8.7/cegui/src/RendererModules/Ogre/CMakeLists.txt  2022-03-11 21:23:25.595133918 +0100
+@@ -7,5 +7,5 @@ cegui_gather_files()
  cegui_add_library(${CEGUI_TARGET_NAME} CORE_SOURCE_FILES CORE_HEADER_FILES)
- cegui_add_dependency(${CEGUI_TARGET_NAME} OGRE)
+ cegui_add_dependency(${CEGUI_TARGET_NAME} OGRE PUBLIC TRUE)
  
 -cegui_target_link_libraries(${CEGUI_TARGET_NAME} ${CEGUI_BASE_LIBNAME})
 +cegui_target_link_libraries(${CEGUI_TARGET_NAME} ${CEGUI_BASE_LIBNAME} -lpthread)
This page took 0.073142 seconds and 4 git commands to generate.