diff options
author | Sam James <sam@gentoo.org> | 2022-11-22 03:54:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-22 03:54:58 +0000 |
commit | 735772c723a0317600005941f538be3f35585c03 (patch) | |
tree | 513a6d37d9117aff969f873985fb976b2079c8b6 /sci-electronics/espresso-ab | |
parent | net-libs/libntlm: add gitlab upstream metadata (diff) | |
download | gentoo-735772c723a0317600005941f538be3f35585c03.tar.gz gentoo-735772c723a0317600005941f538be3f35585c03.tar.bz2 gentoo-735772c723a0317600005941f538be3f35585c03.zip |
sci-electronics/espresso-ab: fix configure w/ clang 16
Closes: https://bugs.gentoo.org/879757
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics/espresso-ab')
-rw-r--r-- | sci-electronics/espresso-ab/espresso-ab-1.0-r3.ebuild (renamed from sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild) | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0-r3.ebuild index cd0bd9019c95..2937cb028c81 100644 --- a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild +++ b/sci-electronics/espresso-ab/espresso-ab-1.0-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit flag-o-matic +inherit autotools flag-o-matic DESCRIPTION="POSIX compliant version of the espresso logic minimization tool" HOMEPAGE="http://www.cs.man.ac.uk/apt/projects/balsa/" @@ -13,6 +13,13 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" +src_prepare() { + default + + # Clang 16 + eautoreconf +} + src_configure() { append-cflags "-std=gnu89" default |