-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See https://lists.gnu.org/archive/html/bug-gettext/2020-07/msg00035.html for the applied patch.
- Loading branch information
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
patches/gettext-0.21-0001-build-Fix-build-failure-on-mingw-formatstring_ruby.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From 296c70c182c93c78c59c751db45823012dad5b4e Mon Sep 17 00:00:00 2001 | ||
From: Michele Locati <[email protected]> | ||
Date: Thu, 30 Jul 2020 18:58:02 +0200 | ||
Subject: [PATCH] build: Fix build failure on mingw (formatstring_ruby) | ||
|
||
--- | ||
gettext-tools/woe32dll/gettextsrc-exports.c | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/gettext-tools/woe32dll/gettextsrc-exports.c b/gettext-tools/woe32dll/gettextsrc-exports.c | ||
index 4477ae8d4..6d7608959 100644 | ||
--- a/gettext-tools/woe32dll/gettextsrc-exports.c | ||
+++ b/gettext-tools/woe32dll/gettextsrc-exports.c | ||
@@ -50,6 +50,7 @@ VARIABLE(formatstring_python) | ||
VARIABLE(formatstring_python_brace) | ||
VARIABLE(formatstring_qt) | ||
VARIABLE(formatstring_qt_plural) | ||
+VARIABLE(formatstring_ruby) | ||
VARIABLE(formatstring_scheme) | ||
VARIABLE(formatstring_sh) | ||
VARIABLE(formatstring_smalltalk) | ||
-- | ||
2.28.0.windows.1 | ||
|