diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-28 09:50:44 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-28 11:27:30 +0000 |
| commit | a347a358bcff5bd7943e76d001c8f3d4b1a4524b (patch) | |
| tree | 7aeb7929f961d44853667b587b928619a40cc5e4 /community/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch | |
| parent | 50faa0a5811956ff86e1b9e94a76b3474ad2d91b (diff) | |
| download | aports-a347a358bcff5bd7943e76d001c8f3d4b1a4524b.tar.bz2 aports-a347a358bcff5bd7943e76d001c8f3d4b1a4524b.tar.xz | |
community/qt5-qtwebengine: build fix
Diffstat (limited to 'community/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch')
| -rw-r--r-- | community/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch | 14 |
1 files changed, 14 insertions, 0 deletions
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 <elf.h> + #include <link.h> + #include <stddef.h> ++#ifndef __GLIBC__ ++#include <sys/reg.h> ++#endif + + #include "common/memory_range.h" + |
