From 93d06d453e2e6114d69f76623b4eb80f1121103a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 20 Feb 2017 14:18:09 +0000 Subject: main/boost: fix boost_python3 ref #6874 upstream: https://github.com/boostorg/build/issues/163 --- main/boost/boost-1.57.0-python-libpython_dep.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 main/boost/boost-1.57.0-python-libpython_dep.patch (limited to 'main/boost/boost-1.57.0-python-libpython_dep.patch') diff --git a/main/boost/boost-1.57.0-python-libpython_dep.patch b/main/boost/boost-1.57.0-python-libpython_dep.patch new file mode 100644 index 0000000000..57bfc26774 --- /dev/null +++ b/main/boost/boost-1.57.0-python-libpython_dep.patch @@ -0,0 +1,13 @@ +Index: boost_1_57_0/tools/build/src/tools/python.jam +=================================================================== +--- boost_1_57_0/tools/build/src/tools/python.jam (revision 50406) ++++ boost_1_57_0/tools/build/src/tools/python.jam (working copy) +@@ -994,7 +994,7 @@ + else + { + alias python_for_extensions +- : ++ : python + : $(target-requirements) + : + : $(usage-requirements) -- cgit v1.2.3