diff options
author | Robert Greener <me@r0bert.dev> | 2024-04-02 21:29:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-03 05:55:45 +0100 |
commit | 8f224f3894ade5676409e39999cf00fc6d0a3ddc (patch) | |
tree | 597d51db7477c6ae3679265ecd969b64b2fea953 /app-office | |
parent | www-client/elinks: mark as strict-aliasing unsafe, redux (diff) | |
download | gentoo-8f224f3894ade5676409e39999cf00fc6d0a3ddc.tar.gz gentoo-8f224f3894ade5676409e39999cf00fc6d0a3ddc.tar.bz2 gentoo-8f224f3894ade5676409e39999cf00fc6d0a3ddc.zip |
app-office/libreoffice: Backport patch from 24.x branch to allow GCC 14 compilation
Closes: https://bugs.gentoo.org/928152
Signed-off-by: Robert Greener <me@r0bert.dev>
Closes: https://github.com/gentoo/gentoo/pull/36049
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-7.6.6.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-office/libreoffice/libreoffice-7.6.6.3.ebuild b/app-office/libreoffice/libreoffice-7.6.6.3.ebuild index 847e7e9ebb21..c2337187fc03 100644 --- a/app-office/libreoffice/libreoffice-7.6.6.3.ebuild +++ b/app-office/libreoffice/libreoffice-7.6.6.3.ebuild @@ -298,6 +298,7 @@ PATCHES=( # 24.2 branch "${FILESDIR}/${P}-autoconf-2.72.patch" # bug 925162 + "${FILESDIR}/${PN}-7.6.5.2-gcc14.patch" # TODO: upstream "${FILESDIR}/${PN}-7.6-unused-qt5network.patch" |