diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-20 18:15:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-20 18:32:49 +0200 |
commit | efc0e1e0d2143f546cb567660ce5757e4ce2630a (patch) | |
tree | 8a55a33736e2a11506e6d56a0b1516cc4abceebb /sys-libs/llvm-libunwind | |
parent | sys-libs/compiler-rt-sanitizers: Port to py3.9 (diff) | |
download | gentoo-efc0e1e0d2143f546cb567660ce5757e4ce2630a.tar.gz gentoo-efc0e1e0d2143f546cb567660ce5757e4ce2630a.tar.bz2 gentoo-efc0e1e0d2143f546cb567660ce5757e4ce2630a.zip |
sys-libs/llvm-libunwind: Apply patches in WORKDIR in 10.0.1+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind')
3 files changed, 21 insertions, 0 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.9999.ebuild index d622d1cdee5c..df0cdeaeb55f 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1.9999.ebuild @@ -37,6 +37,13 @@ pkg_setup() { use test && python-any-r1_pkg_setup } +src_prepare() { + # cmake eclasses suck by forcing ${S} here + CMAKE_USE_DIR=${S} \ + S=${WORKDIR} \ + cmake-utils_src_prepare +} + multilib_src_configure() { local libdir=$(get_libdir) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1_rc1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1_rc1.ebuild index d622d1cdee5c..df0cdeaeb55f 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1_rc1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.1_rc1.ebuild @@ -37,6 +37,13 @@ pkg_setup() { use test && python-any-r1_pkg_setup } +src_prepare() { + # cmake eclasses suck by forcing ${S} here + CMAKE_USE_DIR=${S} \ + S=${WORKDIR} \ + cmake-utils_src_prepare +} + multilib_src_configure() { local libdir=$(get_libdir) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild index 4f813dc7e2cd..796cfb527602 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild @@ -37,6 +37,13 @@ pkg_setup() { use test && python-any-r1_pkg_setup } +src_prepare() { + # cmake eclasses suck by forcing ${S} here + CMAKE_USE_DIR=${S} \ + S=${WORKDIR} \ + cmake-utils_src_prepare +} + multilib_src_configure() { local libdir=$(get_libdir) |