diff options
author | Sam James <sam@gentoo.org> | 2024-12-15 19:45:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-16 11:53:39 +0000 |
commit | 087679ad8237068a47b604d376703de0bd3d397b (patch) | |
tree | 90eb07f9fbfe8faf63cb83ddb5a5f7650bbf10fa /sys-libs/libtermcap-compat | |
parent | dev-scheme/scm: update HOMEPAGE (diff) | |
download | gentoo-087679ad8237068a47b604d376703de0bd3d397b.tar.gz gentoo-087679ad8237068a47b604d376703de0bd3d397b.tar.bz2 gentoo-087679ad8237068a47b604d376703de0bd3d397b.zip |
sys-libs/libtermcap-compat: build w/ -std=gnu17
Closes: https://bugs.gentoo.org/943733
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libtermcap-compat')
-rw-r--r-- | sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild b/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild index a11fc69bc9a9..6eb2883da213 100644 --- a/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild +++ b/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild @@ -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() { |