diff options
Diffstat (limited to 'net-im/gaim/files/gaim-0.74-scs-msg-yahoo.patch')
-rw-r--r-- | net-im/gaim/files/gaim-0.74-scs-msg-yahoo.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-im/gaim/files/gaim-0.74-scs-msg-yahoo.patch b/net-im/gaim/files/gaim-0.74-scs-msg-yahoo.patch deleted file mode 100644 index 3e810807e43e..000000000000 --- a/net-im/gaim/files/gaim-0.74-scs-msg-yahoo.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- src/gaimrc.c.orig 2004-01-01 23:42:02.576417568 -0700 -+++ src/gaimrc.c 2004-01-01 23:43:24.243002360 -0700 -@@ -665,7 +665,7 @@ - /* Yahoo! */ - case GAIM_PROTO_YAHOO: - if (*p->value[3] == '\0') -- gaim_account_set_string(account, "server", "scs.yahoo.com"); -+ gaim_account_set_string(account, "server", "scs.msg.yahoo.com"); - else - gaim_account_set_string(account, "server", p->value[3]); - ---- src/protocols/yahoo/yahoo.c.orig 2004-01-01 23:42:35.649389712 -0700 -+++ src/protocols/yahoo/yahoo.c 2004-01-01 23:43:03.828105896 -0700 -@@ -52,7 +52,7 @@ - - #define USEROPT_MAIL 0 - --#define YAHOO_PAGER_HOST "scs.yahoo.com" -+#define YAHOO_PAGER_HOST "scs.msg.yahoo.com" - #define YAHOO_PAGER_PORT 5050 - #define YAHOO_PROFILE_URL "http://profiles.yahoo.com/" - |