diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python31/files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python31/files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h b/lang/python31/files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h new file mode 100644 index 000000000000..8ea91d52c0cf --- /dev/null +++ b/lang/python31/files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h @@ -0,0 +1,11 @@ +--- Modules/_ctypes/libffi/src/powerpc/ffitarget.h.orig 2011-11-16 20:32:42.000000000 -0800 ++++ Modules/_ctypes/libffi/src/powerpc/ffitarget.h 2011-11-16 20:33:23.000000000 -0800 +@@ -78,6 +78,8 @@ + FFI_SYSV, + FFI_GCC_SYSV, + FFI_LINUX64, ++ FFI_LINUX, ++ FFI_LINUX_SOFT_FLOAT, + FFI_DEFAULT_ABI = FFI_SYSV, + #endif + |