PKGBUILDs/extra/chromium/0001-crashpad-include-limits.patch
2021-04-15 02:51:28 +00:00

26 lines
774 B
Diff

From df38c5f97c31af595c1262333be167cdacb1ea3e Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Wed, 30 Jan 2019 14:18:00 -0700
Subject: [PATCH 1/4] crashpad: include limits
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
index 8464a5a27b2d..c184eccf327b 100644
--- 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>
#include <limits>
--
2.30.1