PKGBUILDs/extra/chromium/0001-crashpad-include-limits.patch

26 lines
774 B
Diff
Raw Normal View History

2021-03-03 01:25:53 +00:00
From a40b0536ccad1ad803335d536c7da85ed7337bc2 Mon Sep 17 00:00:00 2001
2019-02-01 01:38:07 +00:00
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Wed, 30 Jan 2019 14:18:00 -0700
Subject: [PATCH 1/4] crashpad: include limits
2019-02-01 01:38:07 +00:00
Fixes ARM FTBFS
---
.../crashpad/crashpad/snapshot/linux/cpu_context_linux.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc b/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc
2021-02-03 01:27:47 +00:00
index 8464a5a27b2d..c184eccf327b 100644
2019-02-01 01:38:07 +00:00
--- a/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc
+++ b/third_party/crashpad/crashpad/snapshot/linux/cpu_context_linux.cc
@@ -16,6 +16,7 @@
#include <stddef.h>
#include <string.h>
+#include <limits>
2021-02-03 01:27:47 +00:00
#include <limits>
2019-02-01 01:38:07 +00:00
--
2021-03-03 01:25:53 +00:00
2.30.1
2019-02-01 01:38:07 +00:00