diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-21 16:25:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-21 16:25:37 +0000 |
commit | 00a00f61a0cf4e81254d293a9947126d3886fd30 (patch) | |
tree | 17ea199f7694199a3d8cf7d8cc401f99257d2f4a /irc/xchat1/files/patch-configure | |
parent | Update to 1.1 (diff) |
Update to 1.8.10.
PR: 44051
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=68518
Diffstat (limited to 'irc/xchat1/files/patch-configure')
-rw-r--r-- | irc/xchat1/files/patch-configure | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/irc/xchat1/files/patch-configure b/irc/xchat1/files/patch-configure new file mode 100644 index 000000000000..7dd72255642d --- /dev/null +++ b/irc/xchat1/files/patch-configure @@ -0,0 +1,51 @@ +--- configure.orig Tue Oct 15 12:18:08 2002 ++++ configure Tue Oct 15 12:18:50 2002 +@@ -3221,10 +3221,10 @@ + #include "confdefs.h" + #include <libintl.h> + extern int _nl_msg_cat_cntr; +-extern int *_nl_domain_bindings; ++extern int *libintl_nl_domain_bindings; + int 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; } + EOF + if { (eval echo configure:3231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +@@ -3610,7 +3610,7 @@ + #include "confdefs.h" + #include <libintl.h> + extern int _nl_msg_cat_cntr; +-extern int *_nl_domain_bindings; ++extern int *libintl_nl_domain_bindings; + extern + #ifdef __cplusplus + "C" +@@ -3618,7 +3618,7 @@ + const char *_nl_expand_alias (); + int main() { + bindtextdomain ("", ""); +-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0) ++return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0) + ; return 0; } + EOF + if { (eval echo configure:3625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +@@ -3638,7 +3638,7 @@ + #include "confdefs.h" + #include <libintl.h> + extern int _nl_msg_cat_cntr; +-extern int *_nl_domain_bindings; ++extern int *libintl_nl_domain_bindings; + extern + #ifdef __cplusplus + "C" +@@ -3646,7 +3646,7 @@ + const char *_nl_expand_alias (); + int main() { + bindtextdomain ("", ""); +-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0) ++return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0) + ; return 0; } + EOF + if { (eval echo configure:3653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |