diff options
Diffstat (limited to 'comms/unixcw/files/patch-src_cwutils_i18n.c')
-rw-r--r-- | comms/unixcw/files/patch-src_cwutils_i18n.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/unixcw/files/patch-src_cwutils_i18n.c b/comms/unixcw/files/patch-src_cwutils_i18n.c new file mode 100644 index 000000000000..dc862c5d6a3f --- /dev/null +++ b/comms/unixcw/files/patch-src_cwutils_i18n.c @@ -0,0 +1,11 @@ +--- src/cwutils/i18n.c.orig 2018-08-07 18:50:26 UTC ++++ src/cwutils/i18n.c +@@ -50,7 +50,7 @@ i18n_initialize (void) + const char * + i18n_gettext (const char *msgid) + { +-#if defined(HAVE_LIBINTL_H) ++#if defined(HAVE_GETTEXT) + static int is_initialized = FALSE; + + if (!is_initialized) |