view qt/qtbase/patch-musl.patch @ 917:f183d1d76fa7

audio/fluidsynth: initial import, closes #2214
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 20:48:21 +0200
parents c05fa46c5b62
children
line wrap: on
line source

--- mkspecs/linux-clang/qplatformdefs.h.orig	2019-07-30 17:34:42.611300313 +0200
+++ mkspecs/linux-clang/qplatformdefs.h	2019-07-30 17:41:01.299311946 +0200
@@ -80,12 +80,7 @@
 #include "../common/posix/qplatformdefs.h"
 
 #undef QT_SOCKLEN_T
-
-#if defined(__GLIBC__) && (__GLIBC__ >= 2)
 #define QT_SOCKLEN_T            socklen_t
-#else
-#define QT_SOCKLEN_T            int
-#endif
 
 #if defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 500)
 #define QT_SNPRINTF             ::snprintf