diff options
author | Benda Xu <heroxbd@gentoo.org> | 2021-02-10 17:14:51 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2021-02-10 17:28:51 +0800 |
commit | e51698f56a5d218bab480477efcf10b96277d61d (patch) | |
tree | b928b2129e27bf34c65592ccf3bb31cfe7f8a960 /dev-util | |
parent | app-text/zotero-bin: minor version bump (diff) | |
download | sci-e51698f56a5d218bab480477efcf10b96277d61d.tar.gz sci-e51698f56a5d218bab480477efcf10b96277d61d.tar.bz2 sci-e51698f56a5d218bab480477efcf10b96277d61d.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/boost-build/boost-build-1.72.0.ebuild | 1 | ||||
-rw-r--r-- | dev-util/boost-build/files/boost-build-1.71.0-disable_python_rpath.patch | 11 |
2 files changed, 11 insertions, 1 deletions
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 + ; + } + |