commit: 8b8159552149ecfff420bb0ba86d5474096ae785 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 16 16:23:05 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jan 16 16:23:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b815955
app-office/libreoffice: Fix build with <poppler-0.73 Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/libreoffice/files/libreoffice-6.2.0.2-poppler-0.73.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/libreoffice/files/libreoffice-6.2.0.2-poppler-0.73.patch b/app-office/libreoffice/files/libreoffice-6.2.0.2-poppler-0.73.patch index eb6d597c195..fb9112bc398 100644 --- a/app-office/libreoffice/files/libreoffice-6.2.0.2-poppler-0.73.patch +++ b/app-office/libreoffice/files/libreoffice-6.2.0.2-poppler-0.73.patch @@ -59,7 +59,7 @@ index da021a2a..443e757 100644 typedef std::vector< Output_t > OutputBuffer; +#if !POPPLER_CHECK_VERSION(0, 73, 0) -+static_assert(std::is_same_v<Guchar, unsigned char>, "unexpected typedef"); ++static_assert(std::is_same<Guchar, unsigned char>::value, "unexpected typedef"); +#endif + #endif // INCLUDED_SDEXT_SOURCE_PDFIMPORT_XPDFWRAPPER_PDFIOUTDEV_GPL_HXX
