diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-02-08 14:14:34 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-02-08 18:23:15 +0000 |
commit | b668b90dee629cae114ef4d0e89a466b5ef906ac (patch) | |
tree | 96e7d6c9b1d2276b6330dd9742e2488558716357 /external/pdfium/UnpackedTarball_pdfium.mk | |
parent | b27324d219ea14249fcc0827658a955de54f4250 (diff) |
pdfium: work around macOS 10.9 build
I assume this is a compiler bug, the patch can be dropped when we don't
build on this baseline anymore.
Change-Id: Ic65f830b888864db075efefd5b2e5d2520d9213e
Reviewed-on: https://gerrit.libreoffice.org/34033
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'external/pdfium/UnpackedTarball_pdfium.mk')
-rw-r--r-- | external/pdfium/UnpackedTarball_pdfium.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/external/pdfium/UnpackedTarball_pdfium.mk b/external/pdfium/UnpackedTarball_pdfium.mk index 2d507295a7a0..0cad0169e1b6 100644 --- a/external/pdfium/UnpackedTarball_pdfium.mk +++ b/external/pdfium/UnpackedTarball_pdfium.mk @@ -9,7 +9,10 @@ pdfium_patches := pdfium_patches += visibility.patch.1 +# To support MSVC 2013, upstream already moved to 2015. pdfium_patches += msvc.patch.1 +# To support macOS 10.9 baseline. +pdfium_patches += macos.patch.1 $(eval $(call gb_UnpackedTarball_UnpackedTarball,pdfium)) |