diff options
Diffstat (limited to 'slackware64-current/source/kde/patch/kscreen.patch')
-rw-r--r-- | slackware64-current/source/kde/patch/kscreen.patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/slackware64-current/source/kde/patch/kscreen.patch b/slackware64-current/source/kde/patch/kscreen.patch new file mode 100644 index 000000000..c369b4d94 --- /dev/null +++ b/slackware64-current/source/kde/patch/kscreen.patch @@ -0,0 +1,3 @@ +# Kludge around a strange failure in setting up the unit tests: +zcat $CWD/patch/kscreen/kscreen.broken.test.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + |