summaryrefslogtreecommitdiff
path: root/net/centericq/files/patch-icqconf.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-icqconf.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-icqconf.cc')
-rw-r--r--net/centericq/files/patch-icqconf.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/centericq/files/patch-icqconf.cc b/net/centericq/files/patch-icqconf.cc
deleted file mode 100644
index 21c75b162f44..000000000000
--- a/net/centericq/files/patch-icqconf.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/icqconf.cc.orig Wed Oct 1 08:27:45 2003
-+++ src/icqconf.cc Wed Oct 8 17:28:21 2003
-@@ -270,7 +270,7 @@
- if(getantispam()) f << "antispam" << endl;
- if(getmailcheck()) f << "mailcheck" << endl;
- if(getaskaway()) f << "askaway" << endl;
-- f << "defcharset" << getdefcharset() << endl;
-+ f << "defcharset\t" << getdefcharset() << endl;
-
- param = "";
- for(protocolname pname = icq; pname != protocolname_size; (int) pname += 1)