mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/chromium: add patch
This commit is contained in:
parent
3a8a9e1a86
commit
f466cf2883
1 changed files with 25 additions and 0 deletions
25
extra/chromium/0001-crashpad-include-limits.patch
Normal file
25
extra/chromium/0001-crashpad-include-limits.patch
Normal file
|
@ -0,0 +1,25 @@
|
|||
From eab62fbc380bbb748571a48f5fe6a47e9a4b8ea5 Mon Sep 17 00:00:00 2001
|
||||
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
Date: Wed, 30 Jan 2019 14:18:00 -0700
|
||||
Subject: [PATCH] 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 6ba52a8def14..8eeaa44d46fe 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 "base/logging.h"
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
Loading…
Reference in a new issue