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-configure25
1 files changed, 0 insertions, 25 deletions
diff --git a/irc/xchat-gnome/files/patch-configure b/irc/xchat-gnome/files/patch-configure
deleted file mode 100644
index 5b4eed1dd35b..000000000000
--- a/irc/xchat-gnome/files/patch-configure
+++ /dev/null
@@ -1,25 +0,0 @@
---- configure.orig Mon Apr 21 19:10:14 2003
-+++ configure Wed Apr 23 09:39:19 2003
-@@ -7793,6 +7793,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'
-@@ -10816,12 +10817,12 @@
- /* end 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 ("", "");
--return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
-+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
- ;
- return 0;
- }