summaryrefslogtreecommitdiff
path: root/lang/python-devel/files
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2006-03-26 07:58:41 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2006-03-26 07:58:41 +0000
commitb243082281b535c58c7a336ae8c5d02931397fe7 (patch)
tree0d94a06c6a6a7bbbef54674da5c46e4b8de6cf7b /lang/python-devel/files
parent- add RC_D_SH to keep shared libs working after reboot (diff)
Update to Python trunk snapshot as of 2006-03-26.
Notes
Notes: svn path=/head/; revision=158131
Diffstat (limited to 'lang/python-devel/files')
-rw-r--r--lang/python-devel/files/patch-Modules-_ctypes-libffi-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python-devel/files/patch-Modules-_ctypes-libffi-configure b/lang/python-devel/files/patch-Modules-_ctypes-libffi-configure
new file mode 100644
index 000000000000..89b31267f174
--- /dev/null
+++ b/lang/python-devel/files/patch-Modules-_ctypes-libffi-configure
@@ -0,0 +1,11 @@
+--- Modules/_ctypes/libffi/configure.orig Sun Mar 26 13:22:58 2006
++++ Modules/_ctypes/libffi/configure Sun Mar 26 13:23:07 2006
+@@ -3520,7 +3520,7 @@
+ cris-*-*) TARGET=LIBFFI_CRIS; TARGETDIR=cris;;
+ s390-*-linux-*) TARGET=S390; TARGETDIR=s390;;
+ s390x-*-linux-*) TARGET=S390; TARGETDIR=s390;;
+-x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TARGETDIR=x86;;
++amd64-*-freebsd* | x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TARGETDIR=x86;;
+ sh-*-linux* | sh[34]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
+ sh-*-rtems*) TARGET=SH; TARGETDIR=sh;;
+ sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;