mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/libtermcap-compat: build w/ -std=gnu17
Closes: https://bugs.gentoo.org/943733 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# We only want this for binary-only packages, so we will only be installing
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs multilib-minimal
|
||||
inherit flag-o-matic toolchain-funcs multilib-minimal
|
||||
|
||||
PATCHVER="2"
|
||||
|
||||
@@ -56,6 +56,8 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
# bug #943733
|
||||
append-flags -std=gnu17
|
||||
}
|
||||
|
||||
multilib_src_install() {
|
||||
|
||||
Reference in New Issue
Block a user