diff options
Diffstat (limited to 'repo/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch')
-rw-r--r-- | repo/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/repo/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch b/repo/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch deleted file mode 100644 index de9377e..0000000 --- a/repo/qt5-qtwebengine/qt-musl-sysreg-for__WORDSIZE.patch +++ /dev/null @@ -1,14 +0,0 @@ -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 -@@ -37,6 +37,9 @@ - #include <limits.h> - #include <link.h> - #include <stddef.h> -+#ifndef __GLIBC__ -+#include <sys/reg.h> -+#endif - - #include "common/memory_range.h" - |