[Lunar-commits] r21402 - moonbase/trunk/kde3/base/kdenetwork3

Dennis Veatch stumbles at lunar-linux.org
Wed Sep 13 10:53:55 UTC 2006


Author: stumbles
Date: 2006-09-13 10:53:55 +0000 (Wed, 13 Sep 2006)
New Revision: 21402

Modified:
   moonbase/trunk/kde3/base/kdenetwork3/BUILD
Log:

Fixes an ICQ problem with their servers and kopete as noted
by beko.



Modified: moonbase/trunk/kde3/base/kdenetwork3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdenetwork3/BUILD	2006-09-13 10:48:55 UTC (rev 21401)
+++ moonbase/trunk/kde3/base/kdenetwork3/BUILD	2006-09-13 10:53:55 UTC (rev 21402)
@@ -3,11 +3,15 @@
   . /etc/profile.d/qt3.rc
   . /etc/profile.d/kde3.rc
 
+  # A simple sedit to fix an ICQ issue with kopete and their servers,
+  # This should be rechecked on next version update.
+  sedit "s:0x0A0F:0x0BB8:" kopete/protocols/oscar/liboscar/oscartypes.h
+
   # Update kde path for lisa daemon
   cp -f $SCRIPT_DIRECTORY/lisa $SCRIPT_DIRECTORY/init.d/lisa  &&
   TMP="s:KDEDIR:${KDE_PREFIX:-$KDEDIR}:"                      &&
   sedit $TMP $SCRIPT_DIRECTORY/init.d/lisa                    &&
 
-  default_build 
+  default_build
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list