diff options
Diffstat (limited to 'multimedia/bmpx/files/patch-m4-gettext.m4')
-rw-r--r-- | multimedia/bmpx/files/patch-m4-gettext.m4 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/multimedia/bmpx/files/patch-m4-gettext.m4 b/multimedia/bmpx/files/patch-m4-gettext.m4 deleted file mode 100644 index ca887a0617a8..000000000000 --- a/multimedia/bmpx/files/patch-m4-gettext.m4 +++ /dev/null @@ -1,20 +0,0 @@ ---- m4/gettext.m4.orig Sat Sep 9 14:56:32 2006 -+++ m4/gettext.m4 Sat Sep 9 14:57:19 2006 -@@ -172,7 +172,7 @@ - #ifdef __cplusplus - "C" - #endif --const char *_nl_expand_alias ();], -+const char *_nl_expand_alias (const char *);], - [bindtextdomain ("", ""); - return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], - gt_cv_func_gnugettext_libintl=yes, -@@ -193,7 +193,7 @@ - #ifdef __cplusplus - "C" - #endif --const char *_nl_expand_alias ();], -+const char *_nl_expand_alias (const char *);], - [bindtextdomain ("", ""); - return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], - [LIBINTL="$LIBINTL $LIBICONV" |