summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-10-24 14:49:13 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2020-03-12 08:35:47 +0100
commitc779bd5978be02322da65480943c41269b7f4ca5 (patch)
treeeb0f6f7057b33dca3483ed22a9c1d7349e3fe4ba
parentadd lt-2.4.6.42-b88ce winnt patches for use with parity-2 (diff)
downloadelt-patches-c779bd5978be02322da65480943c41269b7f4ca5.tar.gz
elt-patches-c779bd5978be02322da65480943c41269b7f4ca5.tar.bz2
elt-patches-c779bd5978be02322da65480943c41269b7f4ca5.zip
winnt: enable WOE properties, found in intl.m4
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
-rw-r--r--patches/winnt-conf/woe3211
-rw-r--r--patches/winnt-conf/woe32dll11
2 files changed, 22 insertions, 0 deletions
diff --git a/patches/winnt-conf/woe32 b/patches/winnt-conf/woe32
new file mode 100644
index 0000000..3eea6d1
--- /dev/null
+++ b/patches/winnt-conf/woe32
@@ -0,0 +1,11 @@
+--- configure
++++ configure
+@@ -14769,7 +14769,7 @@
+
+
+ case "$host_os" in
+- mingw* | cygwin*) is_woe32=yes ;;
++ mingw* | cygwin* | winnt*) is_woe32=yes ;;
+ *) is_woe32=no ;;
+ esac
+ WOE32=$is_woe32
diff --git a/patches/winnt-conf/woe32dll b/patches/winnt-conf/woe32dll
new file mode 100644
index 0000000..b4fac5f
--- /dev/null
+++ b/patches/winnt-conf/woe32dll
@@ -0,0 +1,11 @@
+--- configure
++++ configure
+@@ -24762,7 +24762,7 @@
+
+ if test "$enable_shared" = yes; then
+ case "$host_os" in
+- mingw* | cygwin*) is_woe32dll=yes ;;
++ mingw* | cygwin* | winnt*) is_woe32dll=yes ;;
+ *) is_woe32dll=no ;;
+ esac
+ else