summaryrefslogtreecommitdiff
path: root/net/centericq/files/patch-yahoohook.cc
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-11-03 16:16:27 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-11-03 16:16:27 +0000
commitc0e738018d8914cc51550e4dbf3eb736b46cad99 (patch)
tree9d1d8992dd5b0b8381d4dfc72956bdb9f359c009 /net/centericq/files/patch-yahoohook.cc
parentupgrade to 0.25 (diff)
- Update from 4.9.7 to 4.9.8
- Add unofficial patch for MSN support PR: ports/58869 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=92973
Diffstat (limited to 'net/centericq/files/patch-yahoohook.cc')
-rw-r--r--net/centericq/files/patch-yahoohook.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/centericq/files/patch-yahoohook.cc b/net/centericq/files/patch-yahoohook.cc
deleted file mode 100644
index 11f5885fd615..000000000000
--- a/net/centericq/files/patch-yahoohook.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/hooks/yahoohook.cc.orig Fri Oct 3 03:55:06 2003
-+++ src/hooks/yahoohook.cc Wed Oct 8 17:29:21 2003
-@@ -556,7 +556,7 @@
-
- string yahoohook::decode(const string &text, bool utf) {
- if(utf)
-- return siconv(text, "utf8",
-+ return siconv(text, "utf-8",
- conf.getrussian(proto) ? "koi8-u" : conf.getdefcharset());
-
- return rushtmlconv("wk", text);