From a347a358bcff5bd7943e76d001c8f3d4b1a4524b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 28 Dec 2018 09:50:44 +0000 Subject: community/qt5-qtwebengine: build fix --- .../qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch (limited to 'community/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch') diff --git a/community/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch b/community/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch new file mode 100644 index 0000000000..a8b74e40d7 --- /dev/null +++ b/community/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch @@ -0,0 +1,14 @@ +diff --git a/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/elf_core_dump.h b/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/elf_core_dump.h +index d03c7a8..d43fda0 100644 +--- a/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/elf_core_dump.h ++++ b/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/elf_core_dump.h +@@ -36,6 +36,9 @@ + #include + #include + #include ++#ifndef __GLIBC__ ++#include ++#endif + + #include "common/memory_range.h" + -- cgit v1.2.3