From a62b3e67a68598fb0fe4dc2e4d5c5c9e4b884cb3 Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 15 Oct 2001 22:45:55 +0000 Subject: Update to KDE 2.2.1 With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc. --- x11/kdebase2/patches/patch-cc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 x11/kdebase2/patches/patch-cc (limited to 'x11/kdebase2/patches/patch-cc') diff --git a/x11/kdebase2/patches/patch-cc b/x11/kdebase2/patches/patch-cc new file mode 100644 index 00000000000..4799d2419d3 --- /dev/null +++ b/x11/kdebase2/patches/patch-cc @@ -0,0 +1,25 @@ +$NetBSD: patch-cc,v 1.1 2001/10/15 22:46:04 skrll Exp $ + +--- kicker/share/pluginmgr.h.orig Wed Sep 5 00:16:12 2001 ++++ kicker/share/pluginmgr.h +@@ -26,8 +26,8 @@ + + #include + #include +-#define LT_NON_POSIX_NAMESPACE // Make sure lt_ptr_t is defined +-#include ++ ++#include + + class KPanelApplet; + class KPanelExtension; +@@ -43,7 +43,8 @@ + bool removePlugin(QWidget *plugin); + + protected: +- QIntDict handleDict; ++ QIntDict handleDict; ++ KLibLoader* loader; + }; + + #endif -- cgit v1.2.3