From 8b8159552149ecfff420bb0ba86d5474096ae785 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 16 Jan 2019 17:23:05 +0100 Subject: [PATCH] app-office/libreoffice: Fix build with --- .../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 eb6d597c1957..fb9112bc3981 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, "unexpected typedef"); ++static_assert(std::is_same::value, "unexpected typedef"); +#endif + #endif // INCLUDED_SDEXT_SOURCE_PDFIMPORT_XPDFWRAPPER_PDFIOUTDEV_GPL_HXX -- 2.26.2