summaryrefslogtreecommitdiffstats
path: root/irc/xchat1/files
diff options
context:
space:
mode:
Diffstat (limited to 'irc/xchat1/files')
-rw-r--r--irc/xchat1/files/patch-configure11
-rw-r--r--irc/xchat1/files/patch-src::common::cfgfiles.c11
2 files changed, 22 insertions, 0 deletions
diff --git a/irc/xchat1/files/patch-configure b/irc/xchat1/files/patch-configure
new file mode 100644
index 000000000..1d6df50fa
--- /dev/null
+++ b/irc/xchat1/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Wed Jan 15 23:38:08 2003
++++ configure Wed Jan 15 23:38:08 2003
+@@ -6017,4 +6017,4 @@
+ #include "confdefs.h"
+ #include <libintl.h>
+ extern int _nl_msg_cat_cntr;
+-extern int *_nl_domain_bindings;
++extern int *libintl_nl_domain_bindings;
+@@ -6031,2 +6031,2 @@
+-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
++return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
diff --git a/irc/xchat1/files/patch-src::common::cfgfiles.c b/irc/xchat1/files/patch-src::common::cfgfiles.c
new file mode 100644
index 000000000..d33af116d
--- /dev/null
+++ b/irc/xchat1/files/patch-src::common::cfgfiles.c
@@ -0,0 +1,11 @@
+--- src/common/cfgfiles.c.orig Mon Mar 29 15:46:01 2004
++++ src/common/cfgfiles.c Mon Mar 29 15:46:20 2004
+@@ -600,7 +600,7 @@
+
+ prefs.autoresume = 1;
+ prefs.show_away_once = 1;
+- prefs.show_away_message = 1;
++ prefs.show_away_message = 0;
+ prefs.indent_pixels = 80;
+ prefs.dialog_indent_pixels = 80;
+ prefs.indent_nicks = 1;