summaryrefslogtreecommitdiff
path: root/dev-util/boost-build/files/boost-build-1.54.0-support_dots_in_python-buildid.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2016-02-26 22:49:18 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2016-02-26 22:49:18 +0300
commit926bbe1815c86e38722f6b635874bc99981734aa (patch)
tree8ce5e6fd8904f10c32cc1790ae754097f7f587b8 /dev-util/boost-build/files/boost-build-1.54.0-support_dots_in_python-buildid.patch
parentd80e68a99ac0400828912cfe25c59b45e3f69005 (diff)
removed boost, boost-build - outdated
Diffstat (limited to 'dev-util/boost-build/files/boost-build-1.54.0-support_dots_in_python-buildid.patch')
-rw-r--r--dev-util/boost-build/files/boost-build-1.54.0-support_dots_in_python-buildid.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-util/boost-build/files/boost-build-1.54.0-support_dots_in_python-buildid.patch b/dev-util/boost-build/files/boost-build-1.54.0-support_dots_in_python-buildid.patch
deleted file mode 100644
index bddcdac..0000000
--- a/dev-util/boost-build/files/boost-build-1.54.0-support_dots_in_python-buildid.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- tools/common.jam.orig 2013-08-27 12:13:56.865158748 +0400
-+++ tools/common.jam 2013-08-27 12:15:08.760162210 +0400
-@@ -763,7 +763,15 @@
- switch $(f:G)
- {
- case <base> :
-- result += $(name:B) ;
-+ local matched = [ MATCH "^(boost.*python)-.*" : $(name) ] ;
-+ if $(matched) = boost_python || $(matched) = boost_mpi_python
-+ {
-+ result += $(name) ;
-+ }
-+ else
-+ {
-+ result += $(name:B) ;
-+ }
-
- case <toolset> :
- result += [ join-tag $(f:G=) : [ toolset-tag $(name) : $(type) :