aboutsummaryrefslogtreecommitdiff
path: root/multimedia/bmpx-devel
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/bmpx-devel')
-rw-r--r--multimedia/bmpx-devel/Makefile1
-rw-r--r--multimedia/bmpx-devel/files/patch-m4-gettext.m420
2 files changed, 21 insertions, 0 deletions
diff --git a/multimedia/bmpx-devel/Makefile b/multimedia/bmpx-devel/Makefile
index 1266aa91a62c..2c5096d22e29 100644
--- a/multimedia/bmpx-devel/Makefile
+++ b/multimedia/bmpx-devel/Makefile
@@ -26,6 +26,7 @@ LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib \
CONFLICTS= bmpx-[0-9]*
+USE_AUTOTOOLS= autoconf:259
USE_BISON= yes
USE_BZIP2= yes
USE_FAM= yes
diff --git a/multimedia/bmpx-devel/files/patch-m4-gettext.m4 b/multimedia/bmpx-devel/files/patch-m4-gettext.m4
new file mode 100644
index 000000000000..ca887a0617a8
--- /dev/null
+++ b/multimedia/bmpx-devel/files/patch-m4-gettext.m4
@@ -0,0 +1,20 @@
+--- 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"