diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-20 22:42:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-20 22:42:29 +0300 |
commit | e75e9f6b4dce755931f3d0f6a51967e77a711043 (patch) | |
tree | 0ae352d4f76b64222e42a638eb00d620dad2731b /app-misc | |
parent | app-benchmarks/iozone: add 3.506 (diff) | |
download | gentoo-e75e9f6b4dce755931f3d0f6a51967e77a711043.tar.gz gentoo-e75e9f6b4dce755931f3d0f6a51967e77a711043.tar.bz2 gentoo-e75e9f6b4dce755931f3d0f6a51967e77a711043.zip |
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@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/bfr/bfr-1.6-r5.ebuild (renamed from app-misc/bfr/bfr-1.6-r4.ebuild) | 9 |
1 files 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 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 |