commit: e75e9f6b4dce755931f3d0f6a51967e77a711043 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 20 19:42:29 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Oct 20 19:42:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75e9f6b
app-misc/bfr: fix old broken configure script Closes: https://bugs.gentoo.org/906197 Closes: https://bugs.gentoo.org/874519 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-misc/bfr/{bfr-1.6-r4.ebuild => bfr-1.6-r5.ebuild} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app-misc/bfr/bfr-1.6-r4.ebuild b/app-misc/bfr/bfr-1.6-r5.ebuild similarity index 73% rename from app-misc/bfr/bfr-1.6-r4.ebuild rename to app-misc/bfr/bfr-1.6-r5.ebuild index c12eec636233..ebfc40881c60 100644 --- a/app-misc/bfr/bfr-1.6-r4.ebuild +++ b/app-misc/bfr/bfr-1.6-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit toolchain-funcs +inherit autotools toolchain-funcs DESCRIPTION="General-purpose command-line pipe buffer" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" @@ -20,6 +20,11 @@ PATCHES=( "${FILESDIR}"/${P}-long-types.patch ) +src_prepare() { + default + eautoreconf # uses old broken checks for compiler, bug #874519 +} + src_configure() { tc-export CC default
