aboutsummaryrefslogtreecommitdiff
path: root/irc/xchat-gnome/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'irc/xchat-gnome/files/patch-configure')
-rw-r--r--irc/xchat-gnome/files/patch-configure28
1 files changed, 0 insertions, 28 deletions
diff --git a/irc/xchat-gnome/files/patch-configure b/irc/xchat-gnome/files/patch-configure
deleted file mode 100644
index 04cf2b246013..000000000000
--- a/irc/xchat-gnome/files/patch-configure
+++ /dev/null
@@ -1,28 +0,0 @@
---- 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;
- }