app-text/mpage: build w/ -std=gnu17

Closes: https://bugs.gentoo.org/944758
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-11-26 06:04:52 +00:00
parent 0494c0e7c5
commit febbda1a16

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
inherit flag-o-matic toolchain-funcs
DESCRIPTION="Many to one page printing utility"
HOMEPAGE="http://www.mesa.nl/"
@@ -24,6 +24,8 @@ PATCHES=(
)
src_configure() {
# bug #944758
append-flags -std=gnu17
tc-export CC
}