[Libreoffice-commits] core.git: external/python3

Norbert Thiebaud nthiebaud at gmail.com
Mon Feb 22 05:07:54 UTC 2016


 external/python3/UnpackedTarball_python3.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e1782f05b9217d941eeff821df98df5f3e8da76
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Feb 21 16:26:55 2016 -0600

    WaE vs2015 double define
    
    Change-Id: I279b5df3f9705ca266f2f4efb1e93e59cbbdabd7
    Reviewed-on: https://gerrit.libreoffice.org/22603
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/external/python3/UnpackedTarball_python3.mk b/external/python3/UnpackedTarball_python3.mk
index 37b05c9..c3a4ef6 100644
--- a/external/python3/UnpackedTarball_python3.mk
+++ b/external/python3/UnpackedTarball_python3.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,python3,\
 	external/python3/python-3.3.0-pythreadstate.patch.1 \
 	external/python3/python-3.3.0-clang.patch.1 \
 	external/python3/python-3.3.5-pyexpat-symbols.patch.1 \
-	external/python3/python-3.3.5-vs2013.patch.1 \
+	$(if $(filter 120,$(VCVER)), external/python3/python-3.3.5-vs2013.patch.1) \
 	external/python3/python-lsan.patch.0 \
 	external/python3/ubsan.patch.0 \
 	external/python3/python-3.5.tweak.strip.soabi.patch \


More information about the Libreoffice-commits mailing list