diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-13 21:23:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-13 21:23:43 +0000 |
commit | 737e773a8e378ec71eea7bad03f30e6c676a025f (patch) | |
tree | e3972be42409bbc4ed91fc6a4109d007bf7f8d20 /misc/koffice/patches/patch-am | |
parent | 1228e87d47f6a7c2d8d90ccf62a2443aeabcfb61 (diff) | |
download | pkgsrc-737e773a8e378ec71eea7bad03f30e6c676a025f.tar.gz |
Update koffice to 1.1. Package update was provided in pkg/14425 by Mark
Davies <mark@mcs.vuw.ac.nz> with changes by me. Pkgsrc-related changes
include:
* Strongly buildlinkifying.
* Using qt2-designer-kde for a uic that understands KDE2 widgets.
* Fixing sources to compile with egcs-1.1.2's much-less-than-compliant
C++ compiler.
Given the rapid development between the 1.0 and 1.1 releases, plus the
scope of the applications in the suite, it's difficult to summarize the
changes. The major change is that KIllustrator is now named Kontour
for trademark reasons. Aside from that, basically everything is more
featureful and more stable, plus there are more import/export filters for
other application suites.
Diffstat (limited to 'misc/koffice/patches/patch-am')
-rw-r--r-- | misc/koffice/patches/patch-am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/koffice/patches/patch-am b/misc/koffice/patches/patch-am deleted file mode 100644 index b9392e29bca..00000000000 --- a/misc/koffice/patches/patch-am +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-am,v 1.1.1.1 2001/03/30 00:25:20 hubertf Exp $ - ---- kpresenter/kppixmapobject.cc.orig Sat Jan 6 14:12:25 2001 -+++ kpresenter/kppixmapobject.cc -@@ -26,6 +26,8 @@ - #include <qcstring.h> - #include <kdebug.h> - #include <iostream> -+ -+#include <stdlib.h> - using namespace std; - - /******************************************************************/ |