summaryrefslogtreecommitdiffstats
path: root/deps/qt5/qt5.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-02-24 12:57:46 +0100
committer Eric Hameleers <alien@slackware.com>2018-02-24 12:57:46 +0100
commit704ee65583cad0713567c8f787c3f531045b9315 (patch)
tree3d164ef514e2ada47bc9165eb9551949ee9be45f /deps/qt5/qt5.SlackBuild
parent052abc2988566e78610c9c39bc8708ed2d146ad4 (diff)
downloadktown-704ee65583cad0713567c8f787c3f531045b9315.tar.gz
ktown-704ee65583cad0713567c8f787c3f531045b9315.tar.xz
deps/qt5: Extend the MariaDB define check to cover the later versions too
Diffstat (limited to 'deps/qt5/qt5.SlackBuild')
-rwxr-xr-xdeps/qt5/qt5.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/qt5/qt5.SlackBuild b/deps/qt5/qt5.SlackBuild
index 9aaaf51..a94224c 100755
--- a/deps/qt5/qt5.SlackBuild
+++ b/deps/qt5/qt5.SlackBuild
@@ -144,6 +144,11 @@ cd qtbase
cat $CWD/patches/qt5.qtbug-66103.patch | patch -p1 --verbose || exit 1
cd -
+# Extend the MariaDB define check to cover the later versions too:
+cd qtbase
+ cat $CWD/patches/qt5.cr206850.patch | patch -p1 --verbose || exit 1
+cd -
+
# Fix missing private includes: QTBUG-37417
sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' \
-i qtbase/mkspecs/features/create_cmake.prf