[ogre] Need to include the patch

Bruno Wolff III bruno at fedoraproject.org
Mon Dec 10 05:54:46 UTC 2012


commit 95f953b5d4c9cb6f7befbf50dd22ace172c0e634
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Dec 9 23:33:41 2012 -0600

    Need to include the patch

 ogre-thread.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/ogre-thread.patch b/ogre-thread.patch
new file mode 100644
index 0000000..c295809
--- /dev/null
+++ b/ogre-thread.patch
@@ -0,0 +1,11 @@
+--- CMake/ConfigureBuild.cmake.orig	2012-12-09 23:20:53.903286039 -0600
++++ CMake/ConfigureBuild.cmake	2012-12-09 23:27:54.259711179 -0600
+@@ -178,6 +178,8 @@
+   if (OGRE_CONFIG_THREADS GREATER 0)
+     set(OGRE_CFLAGS "-pthread")
+     set(OGRE_ADDITIONAL_LIBS "${OGRE_ADDITIONAL_LIBS} -lpthread")
++    if (OGRE_CONFIG_THREADS EQUAL 1)
++      set(OGRE_ADDITIONAL_LIBS "${OGRE_ADDITIONAL_LIBS} -lboost_system-mt")
+   endif ()
+   if (OGRE_STATIC)
+     if (OGRE_CONFIG_THREADS)


More information about the scm-commits mailing list