diff options
-rw-r--r-- | dev-libs/boost/files/boost-1.63.0-fix-python.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/boost/files/boost-1.63.0-fix-python.patch b/dev-libs/boost/files/boost-1.63.0-fix-python.patch index abfefb6a7860..18ca2f566711 100644 --- a/dev-libs/boost/files/boost-1.63.0-fix-python.patch +++ b/dev-libs/boost/files/boost-1.63.0-fix-python.patch @@ -1,3 +1,14 @@ +--- a/boostcpp.jam ++++ b/boostcpp.jam +@@ -104,7 +104,7 @@ + python-id = [ option.get "python-buildid" ] ; + if $(python-id) + { +- PYTHON_ID = [ regex.replace $(python-id) [*\\/:.\"\'] _ ] ; ++ PYTHON_ID = [ regex.replace $(python-id) [*\\/:\"\'] _ ] ; + } + + --- a/libs/python/build/Jamfile +++ b/libs/python/build/Jamfile @@ -30,22 +30,6 @@ |