Diff libunwind-1.8.3 with a libunwind-9999
| /usr/portage/sys-libs/libunwind/libunwind-9999.ebuild 2025-12-22 20:18:07.010888463 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2005-2026 Gentoo Authors |
|
| 1 |
# Copyright 2005-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 13 | 13 |
# Default to generating docs (inc. man pages) if no prebuilt; overridden later |
| 14 | 14 |
LIBUNWIND_DOCS_USEFLAG="+doc" |
| 15 | 15 | |
| 16 |
inherit autotools libtool multilib-minimal |
|
| 16 |
inherit libtool multilib-minimal |
|
| 17 | 17 | |
| 18 | 18 |
DESCRIPTION="Portable and efficient API to determine the call-chain of a program" |
| 19 | 19 |
HOMEPAGE="https://savannah.nongnu.org/projects/libunwind" |
| ... | ... | |
| 31 | 31 |
S="${WORKDIR}"/${P/_rc/-rc}
|
| 32 | 32 | |
| 33 | 33 |
if [[ ${PV} != *_rc* ]] ; then
|
| 34 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~s390 -sparc ~x86" |
|
| 34 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 -sparc ~x86" |
|
| 35 | 35 |
fi |
| 36 | 36 |
fi |
| 37 | 37 | |
| ... | ... | |
| 75 | 75 |
/usr/include/libunwind-x86_64.h |
| 76 | 76 |
) |
| 77 | 77 | |
| 78 |
PATCHES=( |
|
| 79 |
"${FILESDIR}"/${P}-typo.patch
|
|
| 80 |
) |
|
| 81 | ||
| 82 | 78 |
src_prepare() {
|
| 83 | 79 |
default |
| 84 | 80 | |
| 85 | 81 |
chmod +x src/ia64/mk_cursor_i || die |
| 86 | 82 | |
| 87 |
#if [[ ${PV} == 9999 ]] ; then
|
|
| 88 |
# eautoreconf |
|
| 89 |
#else |
|
| 90 |
# elibtoolize |
|
| 91 |
#fi |
|
| 92 | ||
| 93 |
# For typo.patch |
|
| 94 |
eautoreconf |
|
| 83 |
if [[ ${PV} == 9999 ]] ; then
|
|
| 84 |
eautoreconf |
|
| 85 |
else |
|
| 86 |
elibtoolize |
|
| 87 |
fi |
|
| 95 | 88 |
} |
| 96 | 89 | |
| 97 | 90 |
multilib_src_configure() {
|