ports/irc/xchat2/files/patch-configure
Joe Marcus Clarke 8a953fe565 Update to 1.9.8.
2003-01-19 19:43:44 +00:00

28 lines
773 B
Text

--- configure.orig Sun Nov 24 20:59:19 2002
+++ configure Sun Dec 8 18:13:53 2002
@@ -7358,6 +7358,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -10381,7 +10382,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"
@@ -10392,7 +10393,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;
}