Fix plist.

Reported by:	pointyhat via kris
This commit is contained in:
Roman Bogorodskiy 2006-09-10 12:35:14 +00:00
parent 6142852753
commit 9e7918776e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172696
2 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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"