diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-24 00:33:10 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-24 00:33:10 -0500 |
commit | 6ba5a0b49b0e93a8db97bd9afc5afb2a18588e07 (patch) | |
tree | 11d20e6a9a2ed44c5cac4483c0269f47dbc0148b /user/boost/boost-1.57.0-python-libpython_dep.patch | |
parent | 8f427be8c954ca358fb56d82cb9dc9329d024548 (diff) | |
download | packages-6ba5a0b49b0e93a8db97bd9afc5afb2a18588e07.tar.gz packages-6ba5a0b49b0e93a8db97bd9afc5afb2a18588e07.tar.bz2 packages-6ba5a0b49b0e93a8db97bd9afc5afb2a18588e07.tar.xz packages-6ba5a0b49b0e93a8db97bd9afc5afb2a18588e07.zip |
boost: move to user/
Diffstat (limited to 'user/boost/boost-1.57.0-python-libpython_dep.patch')
-rw-r--r-- | user/boost/boost-1.57.0-python-libpython_dep.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/boost/boost-1.57.0-python-libpython_dep.patch b/user/boost/boost-1.57.0-python-libpython_dep.patch new file mode 100644 index 000000000..57bfc2677 --- /dev/null +++ b/user/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) |