diff options
Diffstat (limited to 'lang/python27/files')
-rw-r--r-- | lang/python27/files/extra-patch-configure-pth | 12 | ||||
-rw-r--r-- | lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in | 10 |
2 files changed, 0 insertions, 22 deletions
diff --git a/lang/python27/files/extra-patch-configure-pth b/lang/python27/files/extra-patch-configure-pth deleted file mode 100644 index 58e5fc73179d..000000000000 --- a/lang/python27/files/extra-patch-configure-pth +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2010-08-15 16:47:39.627297328 +0800 -+++ configure 2010-08-15 16:50:31.353013856 +0800 -@@ -5880,6 +5880,9 @@ - CC="$ac_save_cc" - fi - -+# XXX Explicitly disable system pthread libraries. -+ac_cv_pthread=no -+ - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_pthread" >&5 - $as_echo "$ac_cv_pthread" >&6; } - fi diff --git a/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in b/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in deleted file mode 100644 index a2675bb94dfa..000000000000 --- a/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in +++ /dev/null @@ -1,10 +0,0 @@ ---- ./Modules/_ctypes/libffi/fficonfig.py.in.orig 2013-05-12 07:32:49.000000000 +0400 -+++ ./Modules/_ctypes/libffi/fficonfig.py.in 2013-06-05 10:36:24.000000000 +0400 -@@ -1,7 +1,6 @@ - ffi_sources = """ - src/prep_cif.c - src/closures.c --src/dlmalloc.c - """.split() - - ffi_platforms = { |