From 3815b72ba156c35b962e15d65a52bb4ded404a58 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 4 Sep 2018 11:11:01 +0200 Subject: community/qt5-qtwebengine: move from testing --- community/qt5-qtwebengine/qt-musl-serialio.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/qt5-qtwebengine/qt-musl-serialio.patch (limited to 'community/qt5-qtwebengine/qt-musl-serialio.patch') diff --git a/community/qt5-qtwebengine/qt-musl-serialio.patch b/community/qt5-qtwebengine/qt-musl-serialio.patch new file mode 100644 index 0000000000..cf0e0fa768 --- /dev/null +++ b/community/qt5-qtwebengine/qt-musl-serialio.patch @@ -0,0 +1,12 @@ +--- qtwebengine/src/3rdparty/chromium/device/serial/serial_io_handler_posix.cc 2017-01-03 10:28:53.000000000 +0100 ++++ qtwebengine/src/3rdparty/chromium/device/serial/serial_io_handler_posix.cc 2017-02-23 21:20:42.650669563 +0100 +@@ -12,6 +12,9 @@ + + #if defined(OS_LINUX) + #include ++#if !defined(__GLIBC__) ++#include ++#endif + + // The definition of struct termios2 is copied from asm-generic/termbits.h + // because including that header directly conflicts with termios.h. -- cgit v1.2.3