]> git.pld-linux.org Git - packages/boost.git/blob - boost-link.patch
- rebuild with python 3.8
[packages/boost.git] / boost-link.patch
1 --- boost_1_67_0/tools/build/src/tools/python.jam.orig  2018-04-11 15:49:09.000000000 +0200
2 +++ boost_1_67_0/tools/build/src/tools/python.jam       2018-07-16 19:34:14.205382890 +0200
3 @@ -380,7 +380,7 @@
4  #
5  local rule split-version ( version )
6  {
7 -    local major-minor = [ MATCH "^([0-9]+)\.([0-9]+)(.*)$" : $(version) : 1 2 3 ] ;
8 +    local major-minor = [ MATCH "^([0-9]+)\.([0-9m]+)(.*)$" : $(version) : 1 2 3 ] ;
9      if ! $(major-minor[2]) || $(major-minor[3])
10      {
11          ECHO "Warning: \"using python\" expects a two part (major, minor) version number; got" $(version) instead ;
12 @@ -1033,7 +1033,7 @@
13              :
14              : $(target-requirements)
15              :
16 -            : $(usage-requirements)
17 +            : $(usage-requirements) <library>python.lib
18              ;
19      }
20      
This page took 0.033982 seconds and 3 git commands to generate.