diff options
Diffstat (limited to 'textproc/opensp/files/patch-configure')
-rw-r--r-- | textproc/opensp/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
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 <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; + } |