ports/textproc/opensp/files/patch-configure
Jun Kuriyama ea97079060 Fix symbol problem caused by recent commit.
Submitted by:	marcus
2003-11-11 03:00:44 +00:00

20 lines
547 B
Text

--- configure.orig Mon Nov 10 13:18:00 2003
+++ configure Mon Nov 10 13:18:54 2003
@@ -10832,7 +10832,7 @@
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
-extern int *_nl_domain_bindings;
+extern int *libintl_nl_domain_bindings;
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
@@ -10843,7 +10843,7 @@
main ()
{
bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
;
return 0;
}