[packages/CEGUI] - link Ogre renderer with pthread

baggins baggins at pld-linux.org
Sun Jul 14 18:00:03 CEST 2013


commit 0f250bad17f75106e9c776450a37de97fc6baf7c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jul 14 17:58:39 2013 +0200

    - link Ogre renderer with pthread

 pthread.patch | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/pthread.patch b/pthread.patch
new file mode 100644
index 0000000..ae615c6
--- /dev/null
+++ b/pthread.patch
@@ -0,0 +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 @@
+ cegui_add_library(${CEGUI_TARGET_NAME} CORE_SOURCE_FILES CORE_HEADER_FILES)
+ cegui_add_dependency(${CEGUI_TARGET_NAME} OGRE)
+ 
+-cegui_target_link_libraries(${CEGUI_TARGET_NAME} ${CEGUI_BASE_LIBNAME})
++cegui_target_link_libraries(${CEGUI_TARGET_NAME} ${CEGUI_BASE_LIBNAME} -lpthread)
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/CEGUI.git/commitdiff/ceae5292724b49c9859663cbc29d28964bf257c6



More information about the pld-cvs-commit mailing list