blob: 07b051200cb13159588424dbe82a3af70bd30f9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.2 2017/09/02 22:45:04 leot Exp $
--- configure.orig 2017-08-21 07:00:51.000000000 +0000
+++ configure
@@ -7270,8 +7270,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)
#else
#define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
#endif
|