summaryrefslogtreecommitdiff
path: root/external/pdfium/UnpackedTarball_pdfium.mk
diff options
context:
space:
mode:
authorMichael Stahl <MichaelSt@cib.de>2020-12-03 17:42:18 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2020-12-03 17:47:37 +0100
commit7ac3af8c89af7d481c027df75026f390258e6e5a (patch)
tree193e6225d38fd4463f10cbc0582f9a6d50950e35 /external/pdfium/UnpackedTarball_pdfium.mk
parent5b7a7b6f41acfd2378e19b3e2f8d23053f2fd9d6 (diff)
pdfium: MSVC 2015 buildcib-6.1-20
Diffstat (limited to 'external/pdfium/UnpackedTarball_pdfium.mk')
-rw-r--r--external/pdfium/UnpackedTarball_pdfium.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/external/pdfium/UnpackedTarball_pdfium.mk b/external/pdfium/UnpackedTarball_pdfium.mk
index f4643376cee0..8b12e494f94b 100644
--- a/external/pdfium/UnpackedTarball_pdfium.mk
+++ b/external/pdfium/UnpackedTarball_pdfium.mk
@@ -14,6 +14,9 @@ pdfium_patches += build.patch.1
# Avoids Windows 8 build dependency.
pdfium_patches += windows7.patch.1
pdfium_patches += c++20-comparison.patch
+ifeq (MSC,$(COM))
+pdfium_patches += pdfium4137-numerics.patch.3 msvc2015.patch.1
+endif
$(eval $(call gb_UnpackedTarball_UnpackedTarball,pdfium))