mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
18 lines
509 B
Plaintext
18 lines
509 B
Plaintext
--- configure.orig Wed Jul 4 19:41:43 2007
|
|
+++ configure Wed Jul 4 19:42:45 2007
|
|
@@ -26802,12 +26802,12 @@
|
|
#include <libintl.h>
|
|
$gt_revision_test_code
|
|
extern int _nl_msg_cat_cntr;
|
|
-extern int *_nl_domain_bindings;
|
|
+extern int *libintl_nl_domain_bindings;
|
|
int
|
|
main ()
|
|
{
|
|
bindtextdomain ("", "");
|
|
-return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
|
|
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
|
|
;
|
|
return 0;
|
|
}
|