summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-07 14:30:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-08 01:23:18 +0200
commite7ad0035b7c1cb75c50435318ab9bc30e1a54f9e (patch)
tree3240914bb3960dacabbc1365ecb1b305d0615b8b
parentapp-office/libreoffice: python3_9 (diff)
downloadgentoo-e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e.tar.gz
gentoo-e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e.tar.bz2
gentoo-e7ad0035b7c1cb75c50435318ab9bc30e1a54f9e.zip
app-office/libreoffice: Fix build with boost-1.73 in 6.4 stable branch
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-office/libreoffice/libreoffice-6.4.9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-office/libreoffice/libreoffice-6.4.9999.ebuild b/app-office/libreoffice/libreoffice-6.4.9999.ebuild
index 1a1a96143b59..ecae7dbf2c7f 100644
--- a/app-office/libreoffice/libreoffice-6.4.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-6.4.9999.ebuild
@@ -268,6 +268,9 @@ PATCHES=(
"${FILESDIR}/${PN}-5.4-system-pyuno.patch"
"${FILESDIR}/${PN}-5.3.4.2-kioclient5.patch"
"${FILESDIR}/${PN}-6.1-nomancompress.patch"
+
+ # git master
+ "${FILESDIR}/${PN}-6.4.3.2-boost-1.73.patch" # bug 721806
)
S="${WORKDIR}/${PN}-${MY_PV}"