summaryrefslogtreecommitdiff
path: root/converters/kdesupport11/files
diff options
context:
space:
mode:
Diffstat (limited to 'converters/kdesupport11/files')
-rw-r--r--converters/kdesupport11/files/patch-aa27
-rw-r--r--converters/kdesupport11/files/patch-ab15
2 files changed, 35 insertions, 7 deletions
diff --git a/converters/kdesupport11/files/patch-aa b/converters/kdesupport11/files/patch-aa
index bd3b3c71a512..1f1f06d1de5b 100644
--- a/converters/kdesupport11/files/patch-aa
+++ b/converters/kdesupport11/files/patch-aa
@@ -1,13 +1,26 @@
-*** rdb/rdb.c.ORIG Sat Dec 19 21:56:32 1998
---- rdb/rdb.c Wed Dec 30 23:28:50 1998
+*** rdb/rdb.c.orig Sat Jan 30 14:12:04 1999
+--- rdb/rdb.c Mon Feb 8 19:57:13 1999
***************
-*** 40,43 ****
---- 40,47 ----
- }
+*** 35,39 ****
+ #ifndef O_SYNC
+ # define O_SYNC 0x0
+! #else
+
+ inline uint32 cdb_unpack(unsigned char *buf)
+--- 35,39 ----
+ #ifndef O_SYNC
+ # define O_SYNC 0x0
+! #endif
+ inline uint32 cdb_unpack(unsigned char *buf)
+***************
+*** 46,49 ****
+--- 46,53 ----
+ return num;
+ }
++
+ #ifndef O_SYNC
+ #define O_SYNC O_FSYNC
+ #endif
-+
+
/* Muß Datenbank mit cdb laden.
- * Muß Log einlesen und in Hash tun.
diff --git a/converters/kdesupport11/files/patch-ab b/converters/kdesupport11/files/patch-ab
new file mode 100644
index 000000000000..7b820a7e6310
--- /dev/null
+++ b/converters/kdesupport11/files/patch-ab
@@ -0,0 +1,15 @@
+*** configure~ Sat Feb 6 18:56:20 1999
+--- configure Mon Feb 8 19:51:44 1999
+***************
+*** 4809,4813 ****
+ fi
+
+!
+
+ echo $ac_n "checking if the compiler supports function prototypes""... $ac_c" 1>&6
+--- 4809,4813 ----
+ fi
+
+! TOPSUBDIRS="$TOPSUBDIRS rdb"
+
+ echo $ac_n "checking if the compiler supports function prototypes""... $ac_c" 1>&6