From 2d32f4779c523d082b7fcd71fa01cf69ed0b4565 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Wed, 5 Aug 2009 21:36:32 -0400
Subject: [PATCH] DEV-34837: The problem with prepackaging library headers is
 that changes in different branches must be manually merged. Here I've applied
 the Linden patch to boost::coroutines found in
 http://svn.lindenlab.com/svn/lindenlib/trunk/boost_1_34_1/boost-coroutine-linden.patch
 and rebuilt the Mac boost package.

---
 install.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.xml b/install.xml
index 9fa02628c7a..aeed2b76a92 100644
--- a/install.xml
+++ b/install.xml
@@ -207,9 +207,9 @@
           <key>darwin</key>
           <map>
             <key>md5sum</key>
-            <string>a25595e9fccdba35d8e27854db4e7bc5</string>
+            <string>74f3a765644927c93fa3bc7acc730552</string>
             <key>url</key>
-            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.34.1-darwin-20090803.tar.bz2</uri>
+            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.34.1-darwin-20090805.tar.bz2</uri>
           </map>
           <key>linux</key>
           <map>
-- 
GitLab