[Lunar-commits] boost: adding a gcc-4.2.2 build patch.
Dennis Veatch
dennisveatch at bellsouth.net
Fri Dec 7 02:25:55 CET 2007
commit 1b2d417526fa41abb5115b580eb7fd60844e7060
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu Dec 6 20:25:47 2007 -0500
boost: adding a gcc-4.2.2 build patch.
---
libs/boost/BUILD | 2 ++
libs/boost/DETAILS | 4 +++-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/libs/boost/BUILD b/libs/boost/BUILD
index a9630f2..beb3d83 100644
--- a/libs/boost/BUILD
+++ b/libs/boost/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
./configure --prefix=/usr \
$OPTS &&
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 338d186..edda8c2 100644
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,9 +1,12 @@
MODULE=boost
VERSION=1.34.1
SOURCE=$MODULE\_1_34_1.tar.bz2
+ SOURCE2=boost-1.34.1-gcc422.jam.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_1_34_1
SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:b771271d5cbd3bdb0f119dd66dfd36bad7a66866
+ SOURCE2_VFY=sha1:ff71444acd50118dfb82340f0f09c417502d44f0
WEB_SITE=http://www.boost.org
ENTERED=20041115
UPDATED=20070809
@@ -16,4 +19,3 @@ provides many things, among them
- additional containers, iterators, and smart-pointer types
- help for templates
EOF
-
More information about the Lunar-commits
mailing list