summaryrefslogtreecommitdiffstats
path: root/kde/patch/calligra
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kde/patch/calligra.patch7
-rw-r--r--kde/patch/calligra/calligra-2.3.87_gcc47.patch13
-rw-r--r--kde/patch/calligra/calligra.git.6e4d171dfa5bad07e06277ef8e36d8a6a00005db.diff.gzbin806 -> 0 bytes
3 files changed, 0 insertions, 20 deletions
diff --git a/kde/patch/calligra.patch b/kde/patch/calligra.patch
deleted file mode 100644
index 973a8bf..0000000
--- a/kde/patch/calligra.patch
+++ /dev/null
@@ -1,7 +0,0 @@
-# Required patch for a successful compilation with gcc 4.7:
-# (still required for calligra-2.3.92)
-cat $CWD/patch/calligra/calligra-2.3.87_gcc47.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# Patch for "corrupted document", side-effect of compiling calligra-2.4.0 with gcc-4.7.0:
-zcat $CWD/patch/calligra/calligra.git.6e4d171dfa5bad07e06277ef8e36d8a6a00005db.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
diff --git a/kde/patch/calligra/calligra-2.3.87_gcc47.patch b/kde/patch/calligra/calligra-2.3.87_gcc47.patch
deleted file mode 100644
index 51cba63..0000000
--- a/kde/patch/calligra/calligra-2.3.87_gcc47.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -up calligra-2.3.87/filters/words/hancomword/pole.cpp.gcc47 calligra-2.3.87/filters/words/hancomword/pole.cpp
---- calligra-2.3.87/filters/words/hancomword/pole.cpp.gcc47 2012-01-28 01:04:47.000000000 -0600
-+++ calligra-2.3.87/filters/words/hancomword/pole.cpp 2012-01-29 17:04:11.520633241 -0600
-@@ -866,7 +866,7 @@ void StorageIO::load()
- unsigned char* buffer2 = new unsigned char[ bbat->blockSize ];
- unsigned k = 109;
- unsigned mblock = header->mbat_start;
-- for (unsigned r = 0; r < header->num_mbat; r++) {
-+ for (unsigned rr = 0; rr < header->num_mbat; rr++) {
- unsigned long r = loadBigBlock(mblock, buffer2, bbat->blockSize);
- if (r != bbat->blockSize) {
- delete[] buffer2;
-
diff --git a/kde/patch/calligra/calligra.git.6e4d171dfa5bad07e06277ef8e36d8a6a00005db.diff.gz b/kde/patch/calligra/calligra.git.6e4d171dfa5bad07e06277ef8e36d8a6a00005db.diff.gz
deleted file mode 100644
index 87a730e..0000000
--- a/kde/patch/calligra/calligra.git.6e4d171dfa5bad07e06277ef8e36d8a6a00005db.diff.gz
+++ /dev/null
Binary files differ