Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
17 lines
461 B
Text
17 lines
461 B
Text
--- configure.orig Fri Dec 23 23:15:56 2005
|
|
+++ configure Fri Aug 25 03:37:02 2006
|
|
@@ -26441,12 +26441,12 @@
|
|
/* end confdefs.h. */
|
|
#include <libintl.h>
|
|
extern int _nl_msg_cat_cntr;
|
|
-extern int *_nl_domain_bindings;
|
|
+extern int *libintl_nl_domain_bindings;
|
|
int
|
|
main ()
|
|
{
|
|
bindtextdomain ("", "");
|
|
-return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|
|
+return * gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
|
|
;
|
|
return 0;
|
|
}
|