mirror of
git://slackware.nl/current.git
synced 2025-01-04 23:02:35 +01:00
4 lines
158 B
Diff
4 lines
158 B
Diff
|
# Fix build for gcc6+:
|
||
|
zcat $CWD/patch/kate/kate4-fix_gcc7.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|
||
|
|