[BACK]Return to patch-src_BulletMultiThreaded_CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / devel / bullet / patches

File: [local] / ports / devel / bullet / patches / Attic / patch-src_BulletMultiThreaded_CMakeLists_txt (download)

Revision 1.1, Fri Mar 4 19:11:50 2011 UTC (13 years, 3 months ago) by yason
Branch: MAIN

missed patches

$OpenBSD$
--- src/BulletMultiThreaded/CMakeLists.txt.orig	Sat Nov 13 07:48:57 2010
+++ src/BulletMultiThreaded/CMakeLists.txt	Sat Nov 13 07:49:15 2010
@@ -73,7 +73,7 @@ SUBDIRS(GpuSoftBodySolvers)
 
 
 IF (BUILD_SHARED_LIBS)
-	TARGET_LINK_LIBRARIES(BulletMultiThreaded BulletDynamics BulletCollision)
+	TARGET_LINK_LIBRARIES(BulletMultiThreaded BulletDynamics BulletCollision pthread)
 ENDIF (BUILD_SHARED_LIBS)
 
 IF (INSTALL_LIBS)