summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2020-10-27 15:57:05 +0100
committerJason A. Donenfeld <zx2c4@gentoo.org>2020-11-17 18:17:38 +0100
commitaf86e0e2f91da40999615ed71b6be7a5756690a4 (patch)
tree47ddbf6de974595a37a0076b900837c663dab4b8 /app-office/libreoffice/files
parentsys-fs/ldapfuse: Subscribe to libhx subslot (diff)
downloadgentoo-af86e0e2f91da40999615ed71b6be7a5756690a4.tar.gz
gentoo-af86e0e2f91da40999615ed71b6be7a5756690a4.tar.bz2
gentoo-af86e0e2f91da40999615ed71b6be7a5756690a4.zip
app-office/libreoffice: bump to 7.0.3.1
Closes: https://bugs.gentoo.org/739134 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'app-office/libreoffice/files')
-rw-r--r--app-office/libreoffice/files/libreoffice-7.0.3.1-fix-non-pdfium-build.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/app-office/libreoffice/files/libreoffice-7.0.3.1-fix-non-pdfium-build.patch b/app-office/libreoffice/files/libreoffice-7.0.3.1-fix-non-pdfium-build.patch
new file mode 100644
index 000000000000..da085ace08f2
--- /dev/null
+++ b/app-office/libreoffice/files/libreoffice-7.0.3.1-fix-non-pdfium-build.patch
@@ -0,0 +1,31 @@
+From 5f3f17a9c64e33fb787a79dc94d902147da77d71 Mon Sep 17 00:00:00 2001
+From: Noel Grandin <noelgrandin@gmail.com>
+Date: Sat, 19 Sep 2020 20:38:29 +0200
+Subject: fix non-pdfium build
+
+Change-Id: Ic1e30a412927748ba58a21cf2ee922cd1a490aa4
+Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103040
+Tested-by: Jenkins
+Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
+---
+ vcl/source/filter/ipdf/pdfread.cxx | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+(limited to 'vcl/source/filter/ipdf/pdfread.cxx')
+
+diff --git a/vcl/source/filter/ipdf/pdfread.cxx b/vcl/source/filter/ipdf/pdfread.cxx
+index 39c2933be8d5..a9b079a75bc3 100644
+--- a/vcl/source/filter/ipdf/pdfread.cxx
++++ b/vcl/source/filter/ipdf/pdfread.cxx
+@@ -220,7 +220,7 @@ size_t RenderPDFBitmaps(const void* pBuffer, int nSize, std::vector<Bitmap>& rBi
+ (void)rBitmaps;
+ (void)nFirstPage;
+ (void)nPages;
+- (void)fResolutionDPI;
++ (void)pSizeHint;
+ return 0;
+ #endif // HAVE_FEATURE_PDFIUM
+ }
+--
+cgit v1.2.1
+