summaryrefslogtreecommitdiff
path: root/python3/UnpackedTarball_python3.mk
diff options
context:
space:
mode:
Diffstat (limited to 'python3/UnpackedTarball_python3.mk')
-rw-r--r--python3/UnpackedTarball_python3.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/python3/UnpackedTarball_python3.mk b/python3/UnpackedTarball_python3.mk
index d8c0862324c7..9bf696138787 100644
--- a/python3/UnpackedTarball_python3.mk
+++ b/python3/UnpackedTarball_python3.mk
@@ -22,19 +22,20 @@ $(eval $(call gb_UnpackedTarball_fix_end_of_line,python3,\
$(eval $(call gb_UnpackedTarball_add_patches,python3,\
python3/i100492-freebsd.patch.1 \
python3/python-3.3.0-i42553.patch.2 \
- python3/python-3.3.0-aix.patch.1 \
+ python3/python-3.3.3-aix.patch.1 \
python3/python-3.3.0-darwin.patch.1 \
python3/python-3.3.0-msvc2012.patch.1 \
python3/python-3.3.0-msvc-disable.patch.1 \
python3/python-3.3.0-msvc-x64.patch.1 \
python3/python-3.3.0-ssl.patch.1 \
python3/python-3.3.0-implicit-int.patch.1 \
- python3/python-3.3.0-ffi-clang.patch.1 \
+ python3/python-3.3.0-gcc-4.8.patch.1 \
+ python3/python-3.3.0-pythreadstate.patch.1 \
))
-ifneq ($(OS),WNT)
+ifneq ($(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD SOLARIS,$(OS)),)
$(eval $(call gb_UnpackedTarball_add_patches,python3,\
- python3/python-3.3.0-15833.patch.1 \
+ python3/python-3.3.3-elf-rpath.patch.1 \
))
endif