diff options
Diffstat (limited to 'editors/libreoffice/files/patch-external_pdfium_UnpackedTarball__pdfium.mk')
-rw-r--r-- | editors/libreoffice/files/patch-external_pdfium_UnpackedTarball__pdfium.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-external_pdfium_UnpackedTarball__pdfium.mk b/editors/libreoffice/files/patch-external_pdfium_UnpackedTarball__pdfium.mk new file mode 100644 index 000000000000..94f2a7f7d383 --- /dev/null +++ b/editors/libreoffice/files/patch-external_pdfium_UnpackedTarball__pdfium.mk @@ -0,0 +1,12 @@ +Index: external/pdfium/UnpackedTarball_pdfium.mk +--- external/pdfium/UnpackedTarball_pdfium.mk.orig 2022-01-26 14:35:29 UTC ++++ external/pdfium/UnpackedTarball_pdfium.mk +@@ -24,6 +24,8 @@ pdfium_patches += AndroidNDK19.patch.1 + # --with-latest-c++: + pdfium_patches += gcc-c++20-comparison.patch + ++pdfium_patches += pdfium-bsd.patch ++ + $(eval $(call gb_UnpackedTarball_UnpackedTarball,pdfium)) + + $(eval $(call gb_UnpackedTarball_set_tarball,pdfium,$(PDFIUM_TARBALL))) |