diff options
Diffstat (limited to 'irc/xchat/files/patch-configure')
-rw-r--r-- | irc/xchat/files/patch-configure | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/irc/xchat/files/patch-configure b/irc/xchat/files/patch-configure new file mode 100644 index 000000000..b40bb4f83 --- /dev/null +++ b/irc/xchat/files/patch-configure @@ -0,0 +1,17 @@ +--- configure.orig Wed Jul 4 19:41:43 2007 ++++ configure Wed Jul 4 19:42:45 2007 +@@ -26802,12 +26802,12 @@ + #include <libintl.h> + $gt_revision_test_code + extern int _nl_msg_cat_cntr; +-extern int *_nl_domain_bindings; ++extern int *libintl_nl_domain_bindings; + int + main () + { + bindtextdomain ("", ""); +-return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings ++return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + ; + return 0; + } |