summaryrefslogtreecommitdiffstats
path: root/kde/patch/calligra.patch
blob: 973a8bfb02c021414910e323c5a8872df96eb94d (plain)
1
2
3
4
5
6
7
# 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 ; }