mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user