From ea97079060e9a6c8095577fa8dba741af7d2b3df Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Tue, 11 Nov 2003 03:00:44 +0000 Subject: Fix symbol problem caused by recent commit. Submitted by: marcus --- textproc/opensp/files/patch-configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 textproc/opensp/files/patch-configure (limited to 'textproc/opensp/files/patch-configure') diff --git a/textproc/opensp/files/patch-configure b/textproc/opensp/files/patch-configure new file mode 100644 index 000000000000..3ad7406109a7 --- /dev/null +++ b/textproc/opensp/files/patch-configure @@ -0,0 +1,20 @@ +--- 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 + 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; + } -- cgit v1.2.3