File:  [cvs.NetBSD.org] / pkgsrc / fonts / fontconfig / patches / patch-configure
Revision 1.7: download - view: text, annotated - select for diffs
Fri Jan 20 13:10:09 2023 UTC (2 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
fontconfig: update to 2.14.1.

Changes not found.

$NetBSD: patch-configure,v 1.7 2023/01/20 13:10:09 wiz Exp $

Patch "GNU" gettext support to not depend unnecessary on "GNU" gettext.

--- configure.orig	2018-08-30 08:24:28.000000000 +0000
+++ configure
@@ -15236,8 +15240,7 @@ extern
 #ifdef __cplusplus
 "C"
 #endif
-const char *_nl_expand_alias (const char *);
-#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
+#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *bindtextdomain ("", ""))
 #else
 #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
 #endif
@@ -15273,8 +15276,7 @@ extern
 #ifdef __cplusplus
 "C"
 #endif
-const char *_nl_expand_alias (const char *);
-#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
+#define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *bindtextdomain ("", ""))
 #else
 #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
 #endif

CVSweb <webmaster@jp.NetBSD.org>