summaryrefslogtreecommitdiffstats
path: root/source/l/qt5/qt5.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/qt5/qt5.SlackBuild')
-rwxr-xr-xsource/l/qt5/qt5.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/l/qt5/qt5.SlackBuild b/source/l/qt5/qt5.SlackBuild
index 635083bfc..b8ed27ffb 100755
--- a/source/l/qt5/qt5.SlackBuild
+++ b/source/l/qt5/qt5.SlackBuild
@@ -146,7 +146,9 @@ cd qtwebengine/src/3rdparty
cd - 1>/dev/null
# Fix build with gcc13:
-zcat $CWD/0001-Fixes-for-building-with-GCC-13.patch.gz | patch -p1 --verbose || exit 1
+cd qtwebengine
+ zcat $CWD/patches/0001-Fixes-for-building-with-GCC-13.patch.gz | patch -p1 --verbose || exit 1
+cd - 1>/dev/null
# CMake generates wrong -isystem /usr/include compilations flags with Qt5::Gui
# and for it breaks KWin compilation with: