summaryrefslogtreecommitdiff
path: root/x11/kdebase2/patches/patch-bg
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-10-15 22:45:55 +0000
committerskrll <skrll@pkgsrc.org>2001-10-15 22:45:55 +0000
commita62b3e67a68598fb0fe4dc2e4d5c5c9e4b884cb3 (patch)
tree49e414584e7255669c95e2837a22f79f3eb9d507 /x11/kdebase2/patches/patch-bg
parent0fd50d6c14cb246a43399f14bb57be000010fcc8 (diff)
downloadpkgsrc-a62b3e67a68598fb0fe4dc2e4d5c5c9e4b884cb3.tar.gz
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.
Diffstat (limited to 'x11/kdebase2/patches/patch-bg')
-rw-r--r--x11/kdebase2/patches/patch-bg13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdebase2/patches/patch-bg b/x11/kdebase2/patches/patch-bg
new file mode 100644
index 00000000000..1b462810d79
--- /dev/null
+++ b/x11/kdebase2/patches/patch-bg
@@ -0,0 +1,13 @@
+$NetBSD: patch-bg,v 1.1 2001/10/15 22:46:01 skrll Exp $
+
+--- kdeprint/kjobviewer/main.cpp.orig Fri Mar 30 23:33:28 2001
++++ kdeprint/kjobviewer/main.cpp
+@@ -33,7 +33,7 @@
+ };
+
+
+-int main(int argc, char *argv[])
++int kjobviewer_main(int argc, char *argv[])
+ {
+ KAboutData aboutData("kjobviewer","KJobViewer","0.1","A print job viewer",KAboutData::License_GPL,"(c) 2001, Michael Goffioul");
+ aboutData.addAuthor("Michael Goffioul",0,"goffioul@imec.be");