commit: 6fe46654284f96df0599855e50d8ae6b3dcf125b Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Nov 16 18:20:21 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Nov 16 18:20:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe46654
app-arch/mscompress: add eautoreconf to fix configure Closes: https://bugs.gentoo.org/906001 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> .../{mscompress-0.3-r1.ebuild => mscompress-0.3-r2.ebuild} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app-arch/mscompress/mscompress-0.3-r1.ebuild b/app-arch/mscompress/mscompress-0.3-r2.ebuild similarity index 83% rename from app-arch/mscompress/mscompress-0.3-r1.ebuild rename to app-arch/mscompress/mscompress-0.3-r2.ebuild index eb684b82abbc..d2ca43f04369 100644 --- a/app-arch/mscompress/mscompress-0.3-r1.ebuild +++ b/app-arch/mscompress/mscompress-0.3-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit flag-o-matic toolchain-funcs +inherit flag-o-matic toolchain-funcs autotools DESCRIPTION="Microsoft compress.exe/expand.exe compatible (de)compressor" HOMEPAGE="https://gnuwin32.sourceforge.net/packages/mscompress.htm" @@ -18,6 +18,11 @@ PATCHES=( "${FILESDIR}"/${P}-amd64.patch ) +src_prepare() { + default + eautoreconf +} + src_configure() { tc-export CC [[ $(tc-arch) == ppc* ]] && append-flags -fsigned-char