mirror of
git://slackware.nl/current.git
synced 2025-01-10 05:25:51 +01:00
4 lines
162 B
Diff
4 lines
162 B
Diff
|
# Fix compiling with gcc 7:
|
||
|
zcat $CWD/patch/kopete/kopete-gcc6.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|
||
|
|