diff options
| author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-06-10 08:20:15 +0000 |
|---|---|---|
| committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-06-10 08:20:15 +0000 |
| commit | b922bed77eee3672873f47e8ad7a0d0cd71507cf (patch) | |
| tree | 7af12785fd9e7ecfe6be72b2bdedd985eef9e30a /lang/python27/files | |
| parent | dce3d0d80f3c0aeb025fae9e26b3af32a7e89215 (diff) | |
Notes
Diffstat (limited to 'lang/python27/files')
| -rw-r--r-- | lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in b/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in new file mode 100644 index 000000000000..a2675bb94dfa --- /dev/null +++ b/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in @@ -0,0 +1,10 @@ +--- ./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 = { |
