summaryrefslogtreecommitdiffstats
path: root/kde/patch/kdelibs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde/patch/kdelibs.patch')
-rw-r--r--kde/patch/kdelibs.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/patch/kdelibs.patch b/kde/patch/kdelibs.patch
index e083090..7656b22 100644
--- a/kde/patch/kdelibs.patch
+++ b/kde/patch/kdelibs.patch
@@ -12,3 +12,7 @@ cat $CWD/patch/kdelibs/return-not-break.-copy-paste-error.patch | patch -R -p1 -
cat $CWD/patch/kdelibs/coding-style-fixes.patch | patch -R -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
cat $CWD/patch/kdelibs/return-application-icons-properly.patch | patch -R -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Patch a BIC (binary incompatibility) introduced by mistake in 4.14.6.
+# Will be fixed in 4.14.7:
+cat $CWD/patch/kdelibs/fixbic-4.14.6.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+