diff options
author | 2024-11-17 06:32:25 +0000 | |
---|---|---|
committer | 2024-11-17 06:32:25 +0000 | |
commit | d7d7ad95616f55c706e011a17b99a53b5f3b98fc (patch) | |
tree | 661b35d546553075d9a85bcca16a075547bace66 /sys-apps/texinfo | |
parent | dev-lang/python: Stabilize 3.9.20_p2 x86, #943633 (diff) | |
download | gentoo-d7d7ad95616f55c706e011a17b99a53b5f3b98fc.tar.gz gentoo-d7d7ad95616f55c706e011a17b99a53b5f3b98fc.tar.bz2 gentoo-d7d7ad95616f55c706e011a17b99a53b5f3b98fc.zip |
sys-apps/texinfo: build 7.1.1 w/ -std=gnu17
Note that 7.1.90/7.1.91 work fine as it's been fixed, but no real
need to backport that, especially with a new release on its way.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/texinfo-7.1.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-apps/texinfo/texinfo-7.1.1.ebuild b/sys-apps/texinfo/texinfo-7.1.1.ebuild index 081fa9dce9ea..78b068309ada 100644 --- a/sys-apps/texinfo/texinfo-7.1.1.ebuild +++ b/sys-apps/texinfo/texinfo-7.1.1.ebuild @@ -70,6 +70,10 @@ src_prepare() { } src_configure() { + # https://lists.gnu.org/archive/html/bug-texinfo/2024-08/msg00020.html + # https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=7e8d0093b411729c8c570b25280bef6b55415594 + append-cflags -std=gnu17 + # Respect compiler and CPPFLAGS/CFLAGS/LDFLAGS for Perl extensions # bug #622576 local -x PERL_EXT_CC="$(tc-getCC)" PERL_EXT_CPPFLAGS="${CPPFLAGS}" |