aboutsummaryrefslogtreecommitdiff
path: root/lang/python26/files
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-02-24 23:50:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-02-24 23:50:27 +0000
commit314cb862ff2fec3179208b6484c4eb823151adf1 (patch)
tree0b3c1e00f32012a4c30c10b776782e730d3dd91f /lang/python26/files
parenta24db69934acb65d89185fe51fa0451754336260 (diff)
Notes
Diffstat (limited to 'lang/python26/files')
-rw-r--r--lang/python26/files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/python26/files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h b/lang/python26/files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h
new file mode 100644
index 000000000000..258c3744a42d
--- /dev/null
+++ b/lang/python26/files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h
@@ -0,0 +1,10 @@
+--- Modules/_ctypes/libffi/src/powerpc/ffitarget.h.orig 2009-12-28 12:29:03.000000000 +0000
++++ Modules/_ctypes/libffi/src/powerpc/ffitarget.h 2009-12-28 12:30:11.000000000 +0000
+@@ -78,6 +78,8 @@
+ FFI_SYSV,
+ FFI_GCC_SYSV,
+ FFI_LINUX64,
++ FFI_LINUX,
++ FFI_LINUX_SOFT_FLOAT,
+ FFI_DEFAULT_ABI = FFI_SYSV,
+ #endif