[bullet/f14/master] added an ptach for the new bullet libs for the libsuffix problem

Thomas Kowaliczek linuxdonald at fedoraproject.org
Tue Sep 28 23:10:41 UTC 2010


commit e584c92282494092b4f2f3d399ad08ee37178c2c
Author: LinuxDonald <linuxdonald at linuxdonald.de>
Date:   Wed Sep 29 01:10:40 2010 +0200

    added an ptach for the new bullet libs for the libsuffix problem

 suffix.patch |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/suffix.patch b/suffix.patch
new file mode 100644
index 0000000..8c5c4db
--- /dev/null
+++ b/suffix.patch
@@ -0,0 +1,24 @@
+diff -Naur bullet-2.77/src/BulletMultiThreaded/CMakeLists.txt 1bullet-2.77/src/BulletMultiThreaded/CMakeLists.txt
+--- bullet-2.77/src/BulletMultiThreaded/CMakeLists.txt	2010-09-22 01:14:10.000000000 +0200
++++ 1bullet-2.77/src/BulletMultiThreaded/CMakeLists.txt	2010-09-29 00:57:58.526399758 +0200
+@@ -84,7 +84,7 @@
+ 				IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
+ 					INSTALL(TARGETS BulletMultiThreaded DESTINATION .)
+ 				ELSE (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
+-				INSTALL(TARGETS BulletMultiThreaded DESTINATION lib)
++				INSTALL(TARGETS BulletMultiThreaded DESTINATION lib${LIB_SUFFIX})
+ 					INSTALL(DIRECTORY
+ ${CMAKE_CURRENT_SOURCE_DIR} DESTINATION ${INCLUDE_INSTALL_DIR} FILES_MATCHING
+ PATTERN "*.h"  PATTERN ".svn" EXCLUDE PATTERN "CMakeFiles" EXCLUDE)
+diff -Naur bullet-2.77/src/MiniCL/CMakeLists.txt 1bullet-2.77/src/MiniCL/CMakeLists.txt
+--- bullet-2.77/src/MiniCL/CMakeLists.txt	2010-09-22 01:14:10.000000000 +0200
++++ 1bullet-2.77/src/MiniCL/CMakeLists.txt	2010-09-29 00:58:20.786294661 +0200
+@@ -32,7 +32,7 @@
+ 				IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
+ 					INSTALL(TARGETS MiniCL DESTINATION .)
+ 				ELSE (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
+-				INSTALL(TARGETS MiniCL DESTINATION lib)
++				INSTALL(TARGETS MiniCL DESTINATION lib${LIB_SUFFIX})
+ 					INSTALL(DIRECTORY
+ ${CMAKE_CURRENT_SOURCE_DIR} DESTINATION ${INCLUDE_INSTALL_DIR} FILES_MATCHING
+ PATTERN "*.h"  PATTERN ".svn" EXCLUDE PATTERN "CMakeFiles" EXCLUDE)


More information about the scm-commits mailing list