diff options
author | Jim Mock <jim@FreeBSD.org> | 2003-01-19 00:09:27 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2003-01-19 00:09:27 +0000 |
commit | c8622c1f625c00b06a2f2e26bb3b65c22b1c7334 (patch) | |
tree | f4598c7ec6474644187311727954fd17cc25ec2b /irc/xchat1/files | |
parent | 1d801de189c09ede7e906996e55fbf07d9e06bef (diff) |
Notes
Diffstat (limited to 'irc/xchat1/files')
-rw-r--r-- | irc/xchat1/files/patch-configure | 48 |
1 files changed, 4 insertions, 44 deletions
diff --git a/irc/xchat1/files/patch-configure b/irc/xchat1/files/patch-configure index 7dd72255642d..1d6df50fa5f2 100644 --- a/irc/xchat1/files/patch-configure +++ b/irc/xchat1/files/patch-configure @@ -1,51 +1,11 @@ ---- configure.orig Tue Oct 15 12:18:08 2002 -+++ configure Tue Oct 15 12:18:50 2002 -@@ -3221,10 +3221,10 @@ +--- configure.orig Wed Jan 15 23:38:08 2003 ++++ configure Wed Jan 15 23:38:08 2003 +@@ -6017,4 +6017,4 @@ #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 ("", ""); +@@ -6031,2 +6031,2 @@ -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 |