diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 14:29:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 14:29:36 +0000 |
commit | 9654378046b30f9b43fa65a303b0de65f9092a43 (patch) | |
tree | 39eda443fa79b74124045f17c71333a1a4db8516 /irc/xchat1/files | |
parent | 3e1eb5c8c35a7bb3df7cbbc09e8e6ddeef06e373 (diff) |
Notes
Diffstat (limited to 'irc/xchat1/files')
-rw-r--r-- | irc/xchat1/files/patch-configure | 11 | ||||
-rw-r--r-- | irc/xchat1/files/patch-src::common::cfgfiles.c | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/irc/xchat1/files/patch-configure b/irc/xchat1/files/patch-configure deleted file mode 100644 index 1d6df50fa5f2..000000000000 --- a/irc/xchat1/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 deleted file mode 100644 index d33af116ddda..000000000000 --- a/irc/xchat1/files/patch-src::common::cfgfiles.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |