commit:     bc1d1c474fbfcbfcc783344fe565522e51d6f94f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 15 20:23:45 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 15 20:23:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1d1c47

app-office/libreoffice: add another GCC 16 fix

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../files/libreoffice-25.2.4.3-gcc16.patch          | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/app-office/libreoffice/files/libreoffice-25.2.4.3-gcc16.patch 
b/app-office/libreoffice/files/libreoffice-25.2.4.3-gcc16.patch
index 2ac9d5929691..50a96a6c9db5 100644
--- a/app-office/libreoffice/files/libreoffice-25.2.4.3-gcc16.patch
+++ b/app-office/libreoffice/files/libreoffice-25.2.4.3-gcc16.patch
@@ -3,6 +3,7 @@ 
https://github.com/LibreOffice/core/commit/0084c2b22ce26084df5a379135ba8ac174585
 
https://github.com/LibreOffice/core/commit/19c32b44fead600118377417012b111a4f238766
 https://gerrit.libreoffice.org/c/core/+/186476/1
 https://gerrit.libreoffice.org/c/core/+/186477/1
+https://gerrit.libreoffice.org/c/core/+/186504
 
 From 6ebc3c540f2aa13363e3dcb32a44bfa2c7f66a9f Mon Sep 17 00:00:00 2001
 From: Stephan Bergmann <[email protected]>
@@ -105,3 +106,23 @@ Change-Id: I274aca50232290ec05be9ea2700720526b8f761d
 -- 
 2.49.0
 
+From 347f9e349fbe6e1b9a7b381aed7f4a5b67deebd5 Mon Sep 17 00:00:00 2001
+Message-ID: 
<347f9e349fbe6e1b9a7b381aed7f4a5b67deebd5.1750018991.git....@gentoo.org>
+From: Sam James <[email protected]>
+Date: Sat, 14 Jun 2025 19:35:34 +0100
+Subject: [PATCH] starmath: include <cstdint> for uint_fast8_t
+
+Change-Id: I2a6576d2d853dd6b34c0ea69287690b462f194e1
+--- a/starmath/inc/mathml/def.hxx
++++ b/starmath/inc/mathml/def.hxx
+@@ -10,6 +10,7 @@
+ #pragma once
+ 
+ #include <tools/color.hxx>
++#include <cstdint>
+ 
+ /* All possible data needed to do the job outside mathml limits */
+ // Ml prefix means it is part of mathml standard
+-- 
+2.49.0
+

Reply via email to