diff options
author | tcely <tcely@users.noreply.github.com> | 2018-07-23 03:37:10 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-13 10:34:23 +0000 |
commit | 3a8f4f01ce3810d2a6e1338fe658c75925c8883f (patch) | |
tree | 4fb650aa311de57bdce40a4ffc318b78b3d2b3dc /main/boost/dual-python.patch | |
parent | 40b1305ed69e28673952a5dccc7460cc3d671680 (diff) | |
download | aports-3a8f4f01ce3810d2a6e1338fe658c75925c8883f.tar.bz2 aports-3a8f4f01ce3810d2a6e1338fe658c75925c8883f.tar.xz |
main/boost: upgrade to 1.67.0
Diffstat (limited to 'main/boost/dual-python.patch')
-rw-r--r-- | main/boost/dual-python.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/main/boost/dual-python.patch b/main/boost/dual-python.patch deleted file mode 100644 index 6a06478889..0000000000 --- a/main/boost/dual-python.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff --git a/tools/build/src/tools/python.jam b/tools/build/src/tools/python.jam -index cbd6419..0c29df6 100644 ---- a/tools/build/src/tools/python.jam -+++ b/tools/build/src/tools/python.jam -@@ -907,14 +907,14 @@ local rule configure ( version ? : cmd-or-prefix ? : includes * : libraries ? : - # for a particular target OS as the default. This makes it so that we can - # select a python interpreter with only knowledge of the target OS. And hence - # can configure different Pythons based on the target OS only. -- local toolset-requirements = [ toolset.requirements ] ; -- local toolset-target-os-requirements -- = [ property.evaluate-conditionals-in-context -- [ $(toolset-requirements).raw ] : <target-os>$(target-os) ] ; -- if ! <python> in $(toolset-target-os-requirements:G) -- { -- toolset.add-requirements <target-os>$(target-os):<python>$(version:E=default) ; -- } -+# local toolset-requirements = [ toolset.requirements ] ; -+# local toolset-target-os-requirements -+# = [ property.evaluate-conditionals-in-context -+# [ $(toolset-requirements).raw ] : <target-os>$(target-os) ] ; -+# if ! <python> in $(toolset-target-os-requirements:G) -+# { -+# toolset.add-requirements <target-os>$(target-os):<python>$(version:E=default) ; -+# } - - # Register the right suffix for extensions. - register-extension-suffix $(extension-suffix) : $(target-requirements) ; |