diff options
Diffstat (limited to 'comms/unixcw/files/patch-src_cwutils_i18n.h')
-rw-r--r-- | comms/unixcw/files/patch-src_cwutils_i18n.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/unixcw/files/patch-src_cwutils_i18n.h b/comms/unixcw/files/patch-src_cwutils_i18n.h new file mode 100644 index 000000000000..45fa68abe352 --- /dev/null +++ b/comms/unixcw/files/patch-src_cwutils_i18n.h @@ -0,0 +1,11 @@ +--- src/cwutils/i18n.h.orig 2018-08-07 18:50:31 UTC ++++ src/cwutils/i18n.h +@@ -20,7 +20,7 @@ + #ifndef _CWI18N_H + #define _CWI18N_H + +-#if defined(HAVE_LIBINTL_H) ++#if defined(HAVE_GETTEXT) + # include <libintl.h> + + # define _(STR) i18n_gettext (STR) |