diff options
Diffstat (limited to 'source/kde/patch/kgamma.patch')
-rw-r--r-- | source/kde/patch/kgamma.patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/kde/patch/kgamma.patch b/source/kde/patch/kgamma.patch new file mode 100644 index 000000000..1d681a2ce --- /dev/null +++ b/source/kde/patch/kgamma.patch @@ -0,0 +1,3 @@ +# Fix build: +zcat $CWD/patch/kgamma/kgamma.cmake.include.checkincludefiles.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + |