aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ms-sys/nls.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-12-15 09:48:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-12-15 09:48:21 +0000
commit9aac03f3fe02df0d89f1b9422529b8c4272e39cc (patch)
tree73c44ec67c203ae11a99ecb197271664ce89c09b /testing/ms-sys/nls.patch
parent4596aba28cdb24c6c5864f6a1fe0eb204ac004a4 (diff)
downloadaports-9aac03f3fe02df0d89f1b9422529b8c4272e39cc.tar.bz2
aports-9aac03f3fe02df0d89f1b9422529b8c4272e39cc.tar.xz
testing/ms-sys: upgrade to 2.4.0
Diffstat (limited to 'testing/ms-sys/nls.patch')
-rw-r--r--testing/ms-sys/nls.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/ms-sys/nls.patch b/testing/ms-sys/nls.patch
new file mode 100644
index 0000000000..092f64ad30
--- /dev/null
+++ b/testing/ms-sys/nls.patch
@@ -0,0 +1,15 @@
+--- ./inc/nls.h.orig
++++ ./inc/nls.h
+@@ -1,11 +1,10 @@
+ #ifndef NLS_H
+ #define NLS_H
+
+-#include <libintl.h>
+-
+ #ifdef NO_LIBINTL_OR_GETTEXT
+ #define _(String) (String)
+ #else
++#include <libintl.h>
+ #define _(String) gettext(String)
+ #endif
+ #define gettext_noop(String) (String)