commit: e51698f56a5d218bab480477efcf10b96277d61d
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 09:14:51 2021 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 09:28:51 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e51698f5
dev-util/boost-build: fix patches.
remove darwin patch that is irrelevant.
add missing patch.
Package-Manager: Portage-3.0.14, Repoman-3.0.1
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
dev-util/boost-build/boost-build-1.72.0.ebuild | 1 -
.../files/boost-build-1.71.0-disable_python_rpath.patch | 11 +++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/dev-util/boost-build/boost-build-1.72.0.ebuild
b/dev-util/boost-build/boost-build-1.72.0.ebuild
index 8b9b36742..7b78ca129 100644
--- a/dev-util/boost-build/boost-build-1.72.0.ebuild
+++ b/dev-util/boost-build/boost-build-1.72.0.ebuild
@@ -21,7 +21,6 @@ S="${WORKDIR}/boost_${MY_PV}/tools/build/src"
PATCHES=(
"${FILESDIR}"/${PN}-1.71.0-disable_python_rpath.patch
- "${FILESDIR}"/${PN}-1.71.0-darwin-gentoo-toolchain.patch
"${FILESDIR}"/${PN}-1.71.0-add-none-feature-options.patch
"${FILESDIR}"/${PN}-1.71.0-respect-c_ld-flags.patch
"${FILESDIR}"/${PN}-1.71.0-no-implicit-march-flags.patch
diff --git
a/dev-util/boost-build/files/boost-build-1.71.0-disable_python_rpath.patch
b/dev-util/boost-build/files/boost-build-1.71.0-disable_python_rpath.patch
new file mode 100644
index 000000000..b7b47cc93
--- /dev/null
+++ b/dev-util/boost-build/files/boost-build-1.71.0-disable_python_rpath.patch
@@ -0,0 +1,11 @@
+--- a/tools/python.jam
++++ b/tools/python.jam
+@@ -1000,7 +1000,7 @@
+ # linux).
+ : $(usage-requirements)
+ <testing.launcher>$(set-PYTHONPATH)
+- <library-path>$(libraries) <dll-path>$(dll-path)
<library>python.lib
++ <library-path>$(libraries) <library>python.lib
+ ;
+ }
+