$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2007-06-05 19:04:08
Author: troy
Date: 2007-06-05 19:04:07 EDT (Tue, 05 Jun 2007)
New Revision: 4461
URL: http://svn.boost.org/trac/boost/changeset/4461
Log:
fbsd wants -lpthread...
 
Text files modified: 
   sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/BoostConfig.cmake |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/BoostConfig.cmake
==============================================================================
--- sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/BoostConfig.cmake	(original)
+++ sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/BoostConfig.cmake	2007-06-05 19:04:07 EDT (Tue, 05 Jun 2007)
@@ -85,6 +85,7 @@
   # No threading options necessary for BeOS
 elseif(CMAKE_SYSTEM_NAME MATCHES ".*BSD")
   set(MULTI_THREADED_COMPILE_FLAGS "-pthread")
+  set(MULTI_THREADED_LINK_LIBS pthread)
 elseif(CMAKE_SYSTEM_NAME STREQUAL "DragonFly")
   # DragonFly is  FreeBSD bariant
   set(MULTI_THREADED_COMPILE_FLAGS "-pthread")