Ticket #15174: boost-1_35-update.patch

File boost-1_35-update.patch, 544 bytes (added by sanchom (Sancho McCann), 16 years ago)

patching boost 1.34.1 to 1.35.0

Line 
16,7c6,7
2< version                       1.34.1
3< revision              3
4---
5> version                       1.35.0
6> revision              1
718c18
8< checksums             md5 2d938467e8a448a2c9763e0a9f8ca7e5
9---
10> checksums             md5 dce952a7214e72d6597516bcac84048b
1132,33c32,33
12<               # eg. 1_34_1
13<               set libver [join [lrange [split ${version} {.}] 0 2] {_}]
14---
15>               # eg. 1_35
16>               set libver [join [lrange [split ${version} {.}] 0 1] {_}]
1777c77
18<               # version of the boost include directory (e.g. boost-1_34_1/boost -> include/boost)
19---
20>               # version of the boost include directory (e.g. boost-1_35/boost -> include/boost)