summaryrefslogtreecommitdiff
path: root/irc/xchat/files/patch-configure
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-07-05 00:58:25 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-07-05 00:58:25 +0000
commitf1ec09f0d692aacafd694dd23d8b43399051f397 (patch)
treef629c2b5a9f5e64e8647f791584d236d138e2bde /irc/xchat/files/patch-configure
parentReformat to fit the screen better, fix a typo. (diff)
Update to 2.8.4.
Notes
Notes: svn path=/head/; revision=194962
Diffstat (limited to 'irc/xchat/files/patch-configure')
-rw-r--r--irc/xchat/files/patch-configure12
1 files changed, 6 insertions, 6 deletions
diff --git a/irc/xchat/files/patch-configure b/irc/xchat/files/patch-configure
index a48d5cbc869a..b40bb4f83a34 100644
--- a/irc/xchat/files/patch-configure
+++ b/irc/xchat/files/patch-configure
@@ -1,8 +1,8 @@
---- configure.orig Sun Apr 2 19:17:32 2006
-+++ configure Sun Apr 2 19:18:07 2006
-@@ -24741,12 +24741,12 @@ cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
+--- 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;
@@ -10,8 +10,8 @@
main ()
{
bindtextdomain ("", "");
--return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
-+return * gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
+-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;
}