[Lunar-commits] <moonbase> boost: this patch fixes the function_template.hpp header. Thanks to Redhat Bug 477131.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Fri Feb 20 02:15:45 CET 2009
commit dff4b7a9975e4cb6c2e7c38cbae453cc45ee4a6a
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Thu Feb 19 20:15:45 2009 -0500
boost: this patch fixes the function_template.hpp header. Thanks to
Redhat Bug 477131.
---
libs/boost/BUILD | 2 ++
libs/boost/DETAILS | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index d35c163..08fbb50 100644
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
bjam -q ${MAKES:+-j$MAKES} \
threading=single,multi \
runtime-link=shared \
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index d20c4d3..e0b6f1f 100644
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,9 +1,12 @@
MODULE=boost
VERSION=1.38.0
SOURCE=$MODULE\_1_38_0.tar.bz2
+ SOURCE2=boost-1.38.0-function_template.hpp.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_1_38_0
SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:b32ff8133b0a38a74553c0d33cb1d70b3ce2d8f1
+ SOURCE2_VFY=23a57903543de6b8f06ca212bb83ff2df0ad7240
WEB_SITE=http://www.boost.org
ENTERED=20041115
UPDATED=20090211
More information about the Lunar-commits
mailing list