Files
MSYS2-packages/libffi-git/0001-msys2ize.patch
2015-07-04 01:54:08 +01:00

36 lines
1.2 KiB
Diff

From d6819221d58742bfc1c57397db716820b4d8f46a Mon Sep 17 00:00:00 2001
From: Ray Donnelly <mingw.android@gmail.com>
Date: Tue, 30 Jun 2015 18:48:00 +0100
Subject: [PATCH] msys2ize
---
configure.host | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.host b/configure.host
index c6f6a02..0469b6c 100644
--- a/configure.host
+++ b/configure.host
@@ -64,15 +64,15 @@ case "${host}" in
TARGET=X86_FREEBSD; TARGETDIR=x86
;;
- i?86-win32* | i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2* | i?86-*-interix* \
- | x86_64-*-cygwin* | x86_64-*-mingw*)
+ i?86-win32* | i?86-*-cygwin* | i?86-*-msys* | i?86-*-mingw* | i?86-*-os2* | i?86-*-interix* \
+ | x86_64-*-cygwin* | x86_64-*-msys* | x86_64-*-mingw*)
TARGETDIR=x86
if test $ac_cv_sizeof_size_t = 4; then
TARGET=X86_WIN32
else
TARGET=X86_WIN64
fi
- # All mingw/cygwin/win32 builds require -no-undefined for sharedlib.
+ # All mingw/cygwin/msys/win32 builds require -no-undefined for sharedlib.
# We must also check with_cross_host to decide if this is a native
# or cross-build and select where to install dlls appropriately.
if test -n "$with_cross_host" &&
--
2.4.5