aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-19 23:09:20 +0800
committerMartin Wilke <miwi@FreeBSD.org>2011-11-19 23:09:20 +0800
commit37c3867c2a4c4e442115a3dc555698004758c4c2 (patch)
treea9fc4b956d98d0b8893eee4722b6e8daf2b95ee5 /lang
parent6c578fead81b72d77c188b5470d3a940a26ef34c (diff)
downloadfreebsd-ports-gnome-37c3867c2a4c4e442115a3dc555698004758c4c2.tar.gz
freebsd-ports-gnome-37c3867c2a4c4e442115a3dc555698004758c4c2.tar.zst
freebsd-ports-gnome-37c3867c2a4c4e442115a3dc555698004758c4c2.zip
- Fix build on powerpc
PR: 162633 Submitted by: novel@ Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r--lang/python31/files/patch-Modules-_ctypes-libffi-src-powerpc-ffitarget.h11
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
+