From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F013815852A for ; Thu, 15 Aug 2024 20:29:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39FF7E29EF; Thu, 15 Aug 2024 20:29:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DD1FE29EF for ; Thu, 15 Aug 2024 20:29:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 564D9342F94 for ; Thu, 15 Aug 2024 20:29:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B12F71EBA for ; Thu, 15 Aug 2024 20:29:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1723753718.9e7230aefd5dea1760f44fe3000a447140bf05df.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libodfgen/, app-text/libodfgen/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libodfgen/files/libodfgen-0.1.8-gcc15-cstdint.patch app-text/libodfgen/libodfgen-0.1.8.ebuild X-VCS-Directories: app-text/libodfgen/files/ app-text/libodfgen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9e7230aefd5dea1760f44fe3000a447140bf05df X-VCS-Branch: master Date: Thu, 15 Aug 2024 20:29:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eceb6703-67d7-4a82-a421-27a1f25f3712 X-Archives-Hash: 2abb0801e5f35237f50a2b76974d9c78 commit: 9e7230aefd5dea1760f44fe3000a447140bf05df Author: Sam James gentoo org> AuthorDate: Thu Aug 15 20:28:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 15 20:28:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7230ae app-text/libodfgen: fix build w/ gcc-15 Closes: https://bugs.gentoo.org/937527 Signed-off-by: Sam James gentoo.org> app-text/libodfgen/files/libodfgen-0.1.8-gcc15-cstdint.patch | 12 ++++++++++++ app-text/libodfgen/libodfgen-0.1.8.ebuild | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/app-text/libodfgen/files/libodfgen-0.1.8-gcc15-cstdint.patch b/app-text/libodfgen/files/libodfgen-0.1.8-gcc15-cstdint.patch new file mode 100644 index 000000000000..1fcf58d88e8a --- /dev/null +++ b/app-text/libodfgen/files/libodfgen-0.1.8-gcc15-cstdint.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/937527 +https://sourceforge.net/p/libwpd/tickets/27/ +--- a/src/OdfGenerator.cxx ++++ b/src/OdfGenerator.cxx +@@ -33,6 +33,7 @@ + #include + + #include ++#include + #include + #include + #include diff --git a/app-text/libodfgen/libodfgen-0.1.8.ebuild b/app-text/libodfgen/libodfgen-0.1.8.ebuild index 13c381630736..56e3812647de 100644 --- a/app-text/libodfgen/libodfgen-0.1.8.ebuild +++ b/app-text/libodfgen/libodfgen-0.1.8.ebuild @@ -31,6 +31,10 @@ BDEPEND=" doc? ( app-text/doxygen ) " +PATCHES=( + "${FILESDIR}"/${PN}-0.1.8-gcc15-cstdint.patch +) + src_prepare() { default [[ ${PV} == 9999 ]] && eautoreconf