Сравнение cproc-0_pre20240413 с cproc-9999
| /usr/portage/sys-devel/cproc/cproc-9999.ebuild 2024-12-25 15:56:49.763417840 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2021-2026 Gentoo Authors |
|
| 1 |
# Copyright 2021-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 26 | 26 |
DEPEND="sys-devel/qbe" |
| 27 | 27 |
RDEPEND="${DEPEND}"
|
| 28 | 28 | |
| 29 |
PATCHES=( |
|
| 30 |
"${FILESDIR}/cproc-bug969281-const-strchr.patch"
|
|
| 31 |
) |
|
| 32 | ||
| 33 | 29 |
src_configure() {
|
| 34 | 30 |
tc-export CC |
| 35 | 31 | |