diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-03 16:16:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-11-03 16:16:27 +0000 |
commit | c0e738018d8914cc51550e4dbf3eb736b46cad99 (patch) | |
tree | 9d1d8992dd5b0b8381d4dfc72956bdb9f359c009 /net/centericq/files/msn-abstracthook.cc | |
parent | upgrade 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/msn-abstracthook.cc')
-rw-r--r-- | net/centericq/files/msn-abstracthook.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/centericq/files/msn-abstracthook.cc b/net/centericq/files/msn-abstracthook.cc new file mode 100644 index 000000000000..111e87201af4 --- /dev/null +++ b/net/centericq/files/msn-abstracthook.cc @@ -0,0 +1,20 @@ +--- src/hooks/abstracthook.cc.orig Sun Oct 19 06:57:26 2003 ++++ src/hooks/abstracthook.cc Mon Nov 3 19:54:31 2003 +@@ -31,6 +31,7 @@ + #include "jabberhook.h" + #include "rsshook.h" + #include "ljhook.h" ++#include "msnhook.h" + + #include "md5.h" + +@@ -325,6 +326,9 @@ + #endif + #ifdef BUILD_LJ + case livejournal: return lhook; ++#endif ++#ifdef BUILD_MSN ++ case msn: return mhook; + #endif + } + |