mirror of
git://slackware.nl/current.git
synced 2025-01-11 08:01:05 +01:00
3 lines
160 B
Diff
3 lines
160 B
Diff
# Fix build against Qt 5.15:
|
|||
cat $CWD/patch/falkon/falkon.qt-5.15.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|