$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r68131 - in trunk/libs/chrono: build test
From: vicente.botet_at_[hidden]
Date: 2011-01-13 17:44:44
Author: viboes
Date: 2011-01-13 17:44:42 EST (Thu, 13 Jan 2011)
New Revision: 68131
URL: http://svn.boost.org/trac/boost/changeset/68131
Log:
Boost.Chrono: It seems that multi-threading is also needed on FREEBSD.
Text files modified: 
   trunk/libs/chrono/build/Jamfile.v2 |     1 +                                       
   trunk/libs/chrono/test/Jamfile.v2  |     1 +                                       
   2 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/libs/chrono/build/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/build/Jamfile.v2	(original)
+++ trunk/libs/chrono/build/Jamfile.v2	2011-01-13 17:44:42 EST (Thu, 13 Jan 2011)
@@ -10,6 +10,7 @@
 project boost/chrono
     : source-location ../src
     : requirements
+        <os>FREEBSD:<threading>multi
         <os>LINUX:<threading>multi
         <threading>single:<define>BOOST_CHRONO_THREAD_DISABLED
         <library>/boost/system//boost_system
Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2	(original)
+++ trunk/libs/chrono/test/Jamfile.v2	2011-01-13 17:44:42 EST (Thu, 13 Jan 2011)
@@ -13,6 +13,7 @@
 
 project
     : requirements
+        <os>FREEBSD:<threading>multi
         <os>LINUX:<threading>multi
         <toolset>msvc:<asynch-exceptions>on
         <define>BOOST_CHRONO_USES_MPL_ASSERT