From c94a14b576fc68d44efaed1ea01b38059e0af559 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 20 Jan 2017 11:25:47 -0500 Subject: libffi-3.2.1: updated patch. --- libffi-3.2.1.midipix.patch | 49 ---------------------------------------------- 1 file changed, 49 deletions(-) (limited to 'libffi-3.2.1.midipix.patch') diff --git a/libffi-3.2.1.midipix.patch b/libffi-3.2.1.midipix.patch index ce5686e..d2a56c3 100644 --- a/libffi-3.2.1.midipix.patch +++ b/libffi-3.2.1.midipix.patch @@ -1,52 +1,3 @@ -diff -ru --new-file a/config.sub b/config.sub ---- a/config.sub 2014-11-12 06:59:58.000000000 -0500 -+++ b/config.sub 2016-01-25 18:17:40.000000000 -0500 -@@ -1365,7 +1365,7 @@ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* | -cegcc* \ - | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ -- | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ -+ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ - | -linux-newlib* | -linux-musl* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* \ - | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ -diff -ru --new-file a/configure b/configure ---- a/configure 2014-11-12 06:59:57.000000000 -0500 -+++ b/configure 2016-01-25 18:26:47.000000000 -0500 -@@ -17133,7 +17133,7 @@ - i?86-*-freebsd* | i?86-*-openbsd*) - TARGET=X86_FREEBSD; TARGETDIR=x86 - ;; -- i?86-win32* | i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2* | i?86-*-interix*) -+ i?86-win32* | i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2* | i?86-*-interix* | i?86-*-midipix*) - TARGET=X86_WIN32; TARGETDIR=x86 - # All mingw/cygwin/win32 builds require -no-undefined for sharedlib. - # We must also check with_cross_host to decide if this is a native -@@ -17161,7 +17161,7 @@ - TARGET=X86_DARWIN; TARGETDIR=x86 - ;; - -- x86_64-*-cygwin* | x86_64-*-mingw*) -+ x86_64-*-cygwin* | x86_64-*-mingw* | x86_64-*-midipix*) - TARGET=X86_WIN64; TARGETDIR=x86 - # All mingw/cygwin/win32 builds require -no-undefined for sharedlib. - # We must also check with_cross_host to decide if this is a native -@@ -21766,3 +21766,15 @@ - $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} - fi - -+# a transitional workaround... -+case $host_os in -+ midipix*) -+ cp $ac_confdir/libtool.midipix libtool || exit 2 -+ -+ sed -i -e 's/@cbb_host_os@/'$host'/g' \ -+ -e 's/@cbb_build_alias@/'$build_alias'/g' \ -+ -e 's/@cbb_build_os@/'$build_os'/g' \ -+ -e 's/@cbb_build@/'$build'/g' libtool || exit 2 -+ ;; -+esac -+ diff -ru --new-file a/src/closures.c b/src/closures.c --- a/src/closures.c 2014-11-08 07:47:24.000000000 -0500 +++ b/src/closures.c 2016-01-25 17:57:43.000000000 -0500 -- cgit v1.2.3