summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext/gettext-0.21/mingw.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/gettext/gettext-0.21/mingw.patch')
-rw-r--r--meta/recipes-core/gettext/gettext-0.21/mingw.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-core/gettext/gettext-0.21/mingw.patch b/meta/recipes-core/gettext/gettext-0.21/mingw.patch
deleted file mode 100644
index b062c784f6..0000000000
--- a/meta/recipes-core/gettext/gettext-0.21/mingw.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From 7cf68dffb2adb76375bfb0781e277510523a1f3e Mon Sep 17 00:00:00 2001
2From: Michele Locati <michele@locati.it>
3Date: Thu, 30 Jul 2020 18:58:02 +0200
4Subject: [PATCH] build: Fix build failure on Cygwin and mingw.
5
6* gettext-tools/woe32dll/gettextsrc-exports.c: Export formatstring_ruby.
7
8Upstream-Status: Backport
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10---
11 gettext-tools/woe32dll/gettextsrc-exports.c | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/gettext-tools/woe32dll/gettextsrc-exports.c b/gettext-tools/woe32dll/gettextsrc-exports.c
15index 4477ae8..6d76089 100644
16--- a/gettext-tools/woe32dll/gettextsrc-exports.c
17+++ b/gettext-tools/woe32dll/gettextsrc-exports.c
18@@ -50,6 +50,7 @@ VARIABLE(formatstring_python)
19 VARIABLE(formatstring_python_brace)
20 VARIABLE(formatstring_qt)
21 VARIABLE(formatstring_qt_plural)
22+VARIABLE(formatstring_ruby)
23 VARIABLE(formatstring_scheme)
24 VARIABLE(formatstring_sh)
25 VARIABLE(formatstring_smalltalk)
26--
271.9.1
28