From 9e65e99b6a48288d1ceab9af53f41a147fbbc151 Mon Sep 17 00:00:00 2001 From: Thomas Sailer Date: Jan 14 2012 22:27:00 +0000 Subject: reinstate the timer depends as well --- diff --git a/boost-1.48.0-mingw32.patch b/boost-1.48.0-mingw32.patch index f0aeb45..75fc253 100644 --- a/boost-1.48.0-mingw32.patch +++ b/boost-1.48.0-mingw32.patch @@ -1,3 +1,11 @@ +--- ./libs/timer/src/CMakeLists.txt.orig 2012-01-14 19:54:13.284819760 +0100 ++++ ./libs/timer/src/CMakeLists.txt 2012-01-14 19:08:41.078415730 +0100 +@@ -11,4 +11,5 @@ + + SHARED_COMPILE_FLAGS "-DBOOST_TIMER_DYN_LINK=1" + STATIC_COMPILE_FLAGS "-DBOOST_TIMER_STATIC_LINK=1" ++ DEPENDS boost_system boost_chrono + ) --- ./libs/chrono/src/CMakeLists.txt.orig 2012-01-14 19:06:46.825514697 +0100 +++ ./libs/chrono/src/CMakeLists.txt 2012-01-14 19:07:00.369740065 +0100 @@ -12,4 +12,5 @@