bump product version to 4.1.6.2
[LibreOffice.git] / python3 / UnpackedTarball_python3.mk
blob9bf6961387878a0d1a393acc27d204bf56dd24bc
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,python3))
12 $(eval $(call gb_UnpackedTarball_set_tarball,python3,$(PYTHON_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_fix_end_of_line,python3,\
15 PCbuild/pcbuild.sln \
16 PC/VS9.0/pcbuild.sln \
17 PC/VS9.0/make_versioninfo.vcproj \
18 PC/VS9.0/x64.vsprops \
19 PC/VS9.0/_ssl.vcproj \
22 $(eval $(call gb_UnpackedTarball_add_patches,python3,\
23 python3/i100492-freebsd.patch.1 \
24 python3/python-3.3.0-i42553.patch.2 \
25 python3/python-3.3.3-aix.patch.1 \
26 python3/python-3.3.0-darwin.patch.1 \
27 python3/python-3.3.0-msvc2012.patch.1 \
28 python3/python-3.3.0-msvc-disable.patch.1 \
29 python3/python-3.3.0-msvc-x64.patch.1 \
30 python3/python-3.3.0-ssl.patch.1 \
31 python3/python-3.3.0-implicit-int.patch.1 \
32 python3/python-3.3.0-gcc-4.8.patch.1 \
33 python3/python-3.3.0-pythreadstate.patch.1 \
36 ifneq ($(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD SOLARIS,$(OS)),)
37 $(eval $(call gb_UnpackedTarball_add_patches,python3,\
38 python3/python-3.3.3-elf-rpath.patch.1 \
40 endif
42 # vim: set noet sw=4 ts=4: