Сравнение ffcall-2.4 с ffcall-2.4-r1
| /usr/portage/dev-libs/ffcall/ffcall-2.4-r1.ebuild 2024-12-25 14:59:48.363270071 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
inherit flag-o-matic |
|
| 6 |
inherit flag-o-matic libtool |
|
| 7 | 7 | |
| 8 | 8 |
MY_PV="libffcall-${PV}"
|
| 9 | 9 | |
| ... | ... | |
| 22 | 22 |
PATCHES=( |
| 23 | 23 |
# bug 842915, drop on next version bump |
| 24 | 24 |
"${FILESDIR}"/${PN}-2.4-vacall-riscv-pic.patch
|
| 25 |
"${FILESDIR}"/${PN}-2.4-slibtool.patch # 776976
|
|
| 25 | 26 |
) |
| 26 | 27 | |
| 27 | 28 |
src_prepare() {
|
| ... | ... | |
| 39 | 40 |
done |
| 40 | 41 | |
| 41 | 42 |
default |
| 43 |
elibtoolize |
|
| 42 | 44 |
} |
| 43 | 45 | |
| 44 | 46 |
src_configure() {
|