diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-16 17:23:05 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-16 17:23:05 +0100 |
commit | 8b8159552149ecfff420bb0ba86d5474096ae785 (patch) | |
tree | cb674103adf5990470596fc1667ec8767888db5d /app-office/libreoffice/files | |
parent | app-office/calligra: Fix build with poppler-0.73 (diff) | |
download | gentoo-8b8159552149ecfff420bb0ba86d5474096ae785.tar.gz gentoo-8b8159552149ecfff420bb0ba86d5474096ae785.tar.bz2 gentoo-8b8159552149ecfff420bb0ba86d5474096ae785.zip |
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@gentoo.org>
Diffstat (limited to 'app-office/libreoffice/files')
-rw-r--r-- | app-office/libreoffice/files/libreoffice-6.2.0.2-poppler-0.73.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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<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 |