comparison qt/qtbase/patch-musl.patch @ 675:c05fa46c5b62

qt/qtbase: initial import, closes #1544
author David Demelier <markand@malikania.fr>
date Wed, 31 Jul 2019 20:10:00 +0200
parents
children
comparison
equal deleted inserted replaced
674:cff7770ad21a 675:c05fa46c5b62
1 --- mkspecs/linux-clang/qplatformdefs.h.orig 2019-07-30 17:34:42.611300313 +0200
2 +++ mkspecs/linux-clang/qplatformdefs.h 2019-07-30 17:41:01.299311946 +0200
3 @@ -80,12 +80,7 @@
4 #include "../common/posix/qplatformdefs.h"
5
6 #undef QT_SOCKLEN_T
7 -
8 -#if defined(__GLIBC__) && (__GLIBC__ >= 2)
9 #define QT_SOCKLEN_T socklen_t
10 -#else
11 -#define QT_SOCKLEN_T int
12 -#endif
13
14 #if defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 500)
15 #define QT_SNPRINTF ::snprintf