termux-packages/x11-packages/qt5-qtbase/qtbase_mkspecs_termux-cross_qplatformdefs.h.patch
Simeon Huang 49706cbec9
add a new package for qt-5.12.10 base submodule
Fix the weird crashing issues when using xcb platform
The cause was xinput (though root issue unknown yet).
configuring with `-no-xcb-xinput` fixes the issue
2022-04-18 14:46:23 +05:30

9 lines
408 B
Diff

diff -uNr qtbase/mkspecs/termux-cross/qplatformdefs.h qtbase.mod/mkspecs/termux-cross/qplatformdefs.h
--- qtbase/mkspecs/termux-cross/qplatformdefs.h 1970-01-01 03:00:00.000000000 +0300
+++ qtbase.mod/mkspecs/termux-cross/qplatformdefs.h 2018-09-21 16:25:01.055329471 +0300
@@ -0,0 +1,4 @@
+#include "../android-clang/qplatformdefs.h"
+#define fseeko64 fseeko
+#define ftello64 ftello
+#define fopen64 fopen