diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-11 03:00:44 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-11 03:00:44 +0000 |
commit | ea97079060e9a6c8095577fa8dba741af7d2b3df (patch) | |
tree | 67ef7f9ae4714419d82fe007ffff01ac5a8460f8 /textproc/opensp/files/patch-configure | |
parent | Fix building. (diff) |
Fix symbol problem caused by recent commit.
Submitted by: marcus
Notes
Notes:
svn path=/head/; revision=93713
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; + } |