From c0e738018d8914cc51550e4dbf3eb736b46cad99 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 3 Nov 2003 16:16:27 +0000 Subject: - Update from 4.9.7 to 4.9.8 - Add unofficial patch for MSN support PR: ports/58869 Submitted by: maintainer --- net/centericq/files/msn-abstracthook.cc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net/centericq/files/msn-abstracthook.cc (limited to 'net/centericq/files/msn-abstracthook.cc') 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 + } + -- cgit v1.2.3