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
),,python3
))
14 $(eval
$(call gb_UnpackedTarball_fix_end_of_line
,python3
,\
18 $(eval
$(call gb_UnpackedTarball_add_patches
,python3
,\
19 external
/python3
/i100492-freebsd.patch
.1 \
20 external
/python3
/python-3.3
.0-i42553.patch
.2 \
21 external
/python3
/python-3.3
.3-aix.patch
.1 \
22 external
/python3
/python-3.3
.0-darwin.patch
.1 \
23 external
/python3
/python-3.3
.0-msvc2012.patch
.1 \
24 external
/python3
/python-3.3
.0-msvc-disable.patch
.1 \
25 external
/python3
/python-3.3
.0-msvc-x64.patch
.1 \
26 external
/python3
/python-3.3
.0-ssl.patch
.1 \
27 external
/python3
/python-3.3
.0-gcc-4.8.patch
.1 \
28 external
/python3
/python-3.3
.0-pythreadstate.patch
.1 \
29 external
/python3
/python-3.3
.0-clang.patch
.1 \
30 external
/python3
/python-3.3
.3-py17797.patch
.1 \
31 external
/python3
/python-3.3
.3-msvc2012-winxp.patch
.1 \
32 external
/python3
/python-3.3
.5-pyexpat-symbols.patch
.1 \
33 external
/python3
/python-3.3
.5-vs2013.patch
.1 \
34 external
/python3
/python-msvc-disable-sse2.patch
.1 \
35 external
/python3
/python-lsan.patch
.0 \
36 external
/python3
/ubsan.patch
.0 \
39 ifneq ($(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD SOLARIS
,$(OS
)),)
40 $(eval
$(call gb_UnpackedTarball_add_patches
,python3
,\
41 external
/python3
/python-3.3
.3-elf-rpath.patch
.1 \
45 ifneq ($(ENABLE_RUNTIME_OPTIMIZATIONS
),TRUE
)
46 $(eval
$(call gb_UnpackedTarball_add_patches
,python3
,\
47 external
/python3
/python-3.3
.3-disable-obmalloc.patch
.0 \
51 ifeq ($(OS
)-$(COM
),WNT-MSC
)
52 ifneq ($(filter 120,$(VCVER
)),)
53 $(eval
$(call gb_UnpackedTarball_add_patches
,python3
,\
54 external
/python3
/python-vc2013.patch
.1 \
59 # vim: set noet sw=4 ts=4: