diff options
Diffstat (limited to 'lang/python-devel/files')
-rw-r--r-- | lang/python-devel/files/patch-Modules-_ctypes-libffi-configure | 11 |
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;; |