[ogre] Adjust patch for rcapsdump DSO issue.

Bruno Wolff III bruno at fedoraproject.org
Sun Jan 2 17:53:21 UTC 2011


commit 40d42d56072a377672a25f6ab3c11f94ae802e0d
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Jan 2 11:46:17 2011 -0600

    Adjust patch for rcapsdump DSO issue.

 ogre-1.7.2-rcapsdump-DSO-fix.patch |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ogre-1.7.2-rcapsdump-DSO-fix.patch b/ogre-1.7.2-rcapsdump-DSO-fix.patch
index fdeef0c..837b0f1 100644
--- a/ogre-1.7.2-rcapsdump-DSO-fix.patch
+++ b/ogre-1.7.2-rcapsdump-DSO-fix.patch
@@ -4,3 +4,11 @@
 +# Configure rcapsdump
 +
 +target_link_libraries(rcapsdump ${OGRE_LIBRARIES} ${OGRE_THREAD_LIBRARIES})
+--- Tools/CMakeLists.txt.orig	2011-01-02 11:44:59.000000000 -0600
++++ Tools/CMakeLists.txt	2011-01-02 11:45:17.000000000 -0600
+@@ -13,4 +13,5 @@
+ if (NOT OGRE_BUILD_PLATFORM_IPHONE)
+   add_subdirectory(XMLConverter)
+   add_subdirectory(MeshUpgrader)
++  add_subdirectory(rcapsdump)
+ endif (NOT OGRE_BUILD_PLATFORM_IPHONE)


More information about the scm-commits mailing list