summaryrefslogtreecommitdiffstats
path: root/source/kde/patch/calligra.patch
blob: 9e109851df444692874579686d5f947bb8adc059 (plain) (blame)
1
2
3
4
5
6
# Fix build with mariadb 10.2+:
zcat $CWD/patch/calligra/calligra.mariadb.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

# Patch for boost 1.65.0+:
zcat $CWD/patch/calligra/boost-1.65.0.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }