summaryrefslogtreecommitdiffstats
path: root/editors/koffice/files
diff options
context:
space:
mode:
Diffstat (limited to 'editors/koffice/files')
-rw-r--r--editors/koffice/files/kivio.sh2
-rw-r--r--editors/koffice/files/patch-kpbackground.h.new10
-rw-r--r--editors/koffice/files/patch-kpobject.h11
-rw-r--r--editors/koffice/files/patch-kppixmapobject.h10
-rw-r--r--editors/koffice/files/patch-kpresenter::kpresenter_view.cc11
-rw-r--r--editors/koffice/files/patch-kspread.h10
-rw-r--r--editors/koffice/files/patch-kspread_cluster.h11
-rw-r--r--editors/koffice/files/patch-kword_frame.cc11
-rw-r--r--editors/koffice/files/patch-kword_page.cc10
9 files changed, 2 insertions, 84 deletions
diff --git a/editors/koffice/files/kivio.sh b/editors/koffice/files/kivio.sh
new file mode 100644
index 0000000..397df85
--- /dev/null
+++ b/editors/koffice/files/kivio.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+env LD_PRELOAD=/usr/lib/libc_r.so kivio.real
diff --git a/editors/koffice/files/patch-kpbackground.h.new b/editors/koffice/files/patch-kpbackground.h.new
deleted file mode 100644
index 271f1b0..0000000
--- a/editors/koffice/files/patch-kpbackground.h.new
+++ /dev/null
@@ -1,10 +0,0 @@
---- kpresenter/kpbackground.h Sat Aug 26 04:53:37 2000
-+++ kpresenter/kpbackground.h.new Tue Feb 27 16:52:49 2001
-@@ -20,6 +20,7 @@
- #ifndef kpbackground_h
- #define kpbackground_h
-
-+#include <stdlib.h>
- #include <qcolor.h>
- #include <qstring.h>
- #include <qrect.h>
diff --git a/editors/koffice/files/patch-kpobject.h b/editors/koffice/files/patch-kpobject.h
deleted file mode 100644
index 79732b5..0000000
--- a/editors/koffice/files/patch-kpobject.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- kpresenter/kpobject.h Sun Sep 24 08:32:43 2000
-+++ kpresenter/kpobject.h.new Wed Feb 28 18:44:16 2001
-@@ -27,7 +27,7 @@
- #include <qbrush.h>
- #include <qcursor.h>
- #include <qcolor.h>
--
-+#include <stdlib.h>
- #include "global.h"
-
- #include <koStream.h>
diff --git a/editors/koffice/files/patch-kppixmapobject.h b/editors/koffice/files/patch-kppixmapobject.h
deleted file mode 100644
index ac30fba..0000000
--- a/editors/koffice/files/patch-kppixmapobject.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- kpresenter/kppixmapobject.h Sat Aug 26 04:53:37 2000
-+++ kpresenter/kppixmapobject.h.new Tue Feb 27 16:45:55 2001
-@@ -20,6 +20,7 @@
- #ifndef kppixmapobject_h
- #define kppixmapobject_h
-
-+#include <stdlib.h>
- #include <qdatetime.h>
-
- #include "kpobject.h"
diff --git a/editors/koffice/files/patch-kpresenter::kpresenter_view.cc b/editors/koffice/files/patch-kpresenter::kpresenter_view.cc
deleted file mode 100644
index f63aa16..0000000
--- a/editors/koffice/files/patch-kpresenter::kpresenter_view.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- kpresenter/kpresenter_view.cc Sat Oct 14 08:52:09 2000
-+++ kpresenter/kpresenter_view.cc.new Sat Mar 31 22:38:40 2001
-@@ -116,7 +116,7 @@
- };
-
- static const char *pagedown_xpm[] = {
--" 16 16 2 1",
-+" 14 14 2 1",
- ". c #000000",
- "# c none",
- "##############",
diff --git a/editors/koffice/files/patch-kspread.h b/editors/koffice/files/patch-kspread.h
deleted file mode 100644
index afdba0b..0000000
--- a/editors/koffice/files/patch-kspread.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- kspread/kspread_util.h Sun Jun 25 04:09:50 2000
-+++ kspread/kspread_util.h.new Tue Feb 27 17:00:17 2001
-@@ -20,6 +20,7 @@
- #ifndef __kspread_util_h__
- #define __kspread_util_h__
-
-+#include <stdlib.h>
- #include <qstring.h>
- #include <qrect.h>
-
diff --git a/editors/koffice/files/patch-kspread_cluster.h b/editors/koffice/files/patch-kspread_cluster.h
deleted file mode 100644
index 6df3e04..0000000
--- a/editors/koffice/files/patch-kspread_cluster.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- kspread/kspread_cluster.h Thu Jul 13 14:35:01 2000
-+++ kspread/kspread_cluster.h.new Tue Feb 27 17:09:23 2001
-@@ -1,6 +1,8 @@
- #ifndef kspread_cluster_h
- #define kspread_cluster_h
-
-+#include <stdlib.h>
-+
- class KSpreadCell;
- class ColumnLayout;
- class RowLayout;
diff --git a/editors/koffice/files/patch-kword_frame.cc b/editors/koffice/files/patch-kword_frame.cc
deleted file mode 100644
index d266246..0000000
--- a/editors/koffice/files/patch-kword_frame.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- kword/kword_frame.cc Sun Oct 15 15:48:52 2000
-+++ kword/kword_frame.cc.new Tue Feb 27 17:17:40 2001
-@@ -30,7 +30,7 @@
-
- #include <kdebug.h>
- #include <koPageLayoutDia.h>
--
-+#include <stdlib.h>
- #include <fstream>
- #include <unistd.h>
- #include <limits.h>
diff --git a/editors/koffice/files/patch-kword_page.cc b/editors/koffice/files/patch-kword_page.cc
deleted file mode 100644
index 80056bd..0000000
--- a/editors/koffice/files/patch-kword_page.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- kword/kword_page.cc Sun Oct 15 15:48:52 2000
-+++ kword/kword_page.cc.new Tue Feb 27 17:14:33 2001
-@@ -17,6 +17,7 @@
- Boston, MA 02111-1307, USA.
- */
-
-+#include <stdlib.h>
- #include <kfiledialog.h>
- #include <kapp.h>
- #include <kmimemagic.h>
OpenPOWER on IntegriCloud