Gentoo Archives: gentoo-dev

From: haubi@g.o
To: gentoo-dev@l.g.o
Cc: haubi@g.o
Subject: [gentoo-dev] [PATCH 3/4] winnt: enable WOE properties, found in intl.m4
Date: Thu, 12 Mar 2020 08:07:51
Message-Id: 20200312080626.5163-4-haubi@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/4] elt-patches: support wrapped Win32 MSVC toolchain by haubi@gentoo.org
1 From: Michael Haubenwallner <haubi@g.o>
2
3 Signed-off-by: Michael Haubenwallner <haubi@g.o>
4 ---
5 patches/winnt-conf/woe32 | 11 +++++++++++
6 patches/winnt-conf/woe32dll | 11 +++++++++++
7 2 files changed, 22 insertions(+)
8 create mode 100644 patches/winnt-conf/woe32
9 create mode 100644 patches/winnt-conf/woe32dll
10
11 diff --git a/patches/winnt-conf/woe32 b/patches/winnt-conf/woe32
12 new file mode 100644
13 index 0000000..3eea6d1
14 --- /dev/null
15 +++ b/patches/winnt-conf/woe32
16 @@ -0,0 +1,11 @@
17 +--- configure
18 ++++ configure
19 +@@ -14769,7 +14769,7 @@
20 +
21 +
22 + case "$host_os" in
23 +- mingw* | cygwin*) is_woe32=yes ;;
24 ++ mingw* | cygwin* | winnt*) is_woe32=yes ;;
25 + *) is_woe32=no ;;
26 + esac
27 + WOE32=$is_woe32
28 diff --git a/patches/winnt-conf/woe32dll b/patches/winnt-conf/woe32dll
29 new file mode 100644
30 index 0000000..b4fac5f
31 --- /dev/null
32 +++ b/patches/winnt-conf/woe32dll
33 @@ -0,0 +1,11 @@
34 +--- configure
35 ++++ configure
36 +@@ -24762,7 +24762,7 @@
37 +
38 + if test "$enable_shared" = yes; then
39 + case "$host_os" in
40 +- mingw* | cygwin*) is_woe32dll=yes ;;
41 ++ mingw* | cygwin* | winnt*) is_woe32dll=yes ;;
42 + *) is_woe32dll=no ;;
43 + esac
44 + else
45 --
46 2.22.0