summaryrefslogtreecommitdiff
path: root/user/gnupg/fix-i18n.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/gnupg/fix-i18n.patch')
-rw-r--r--user/gnupg/fix-i18n.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/gnupg/fix-i18n.patch b/user/gnupg/fix-i18n.patch
new file mode 100644
index 000000000..00d71dd5c
--- /dev/null
+++ b/user/gnupg/fix-i18n.patch
@@ -0,0 +1,12 @@
+--- gnupg-2.1.7/common/i18n.c.orig 2015-08-31 20:40:18.752742866 +0300
++++ gnupg-2.1.7/common/i18n.c 2015-08-31 20:40:41.806336224 +0300
+@@ -85,8 +85,8 @@
+ bindtextdomain (PACKAGE_GT, gnupg_localedir ());
+ textdomain (PACKAGE_GT);
+ #else
+-# ifdef ENABLE_NLS
+ setlocale (LC_ALL, "" );
++# ifdef ENABLE_NLS
+ bindtextdomain (PACKAGE_GT, LOCALEDIR);
+ textdomain (PACKAGE_GT);
+ # endif