python/hypothesis: update to 6.121.0
[oi-userland.git] / components / library / qt5 / patches / no-32-bit-qdoc-for-OI.patch
blob13426c218b862e74a5938c498836be2c7b39ebf7
1 --- qt-everywhere-src-5.12.9/qttools/src/qdoc/configure.old Sat Oct 17 07:40:12 2020
2 +++ qt-everywhere-src-5.12.9/qttools/src/qdoc/configure.pri Sat Oct 17 07:39:31 2020
3 @@ -52,6 +52,14 @@
4 isEmpty(LLVM_INSTALL_DIR): LLVM_INSTALL_DIR = $$(LLVM_INSTALL_DIR_MINGW)
7 + solaris-g++: {
8 + qtLog("Clang on this platform is 64-bit only, not building qdoc")
9 + return(false)
10 + }
11 + solaris-g++-64: {
12 + qtLog("Building qdoc")
13 + continue
14 + }
15 isEmpty(LLVM_INSTALL_DIR): LLVM_INSTALL_DIR = $$(LLVM_INSTALL_DIR)
17 # Assume libclang is installed on the target system