aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/chromium-webrtc-r0.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-02-22 21:17:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-22 21:48:31 +0000
commit6b5fa7bf9d0fa982e74b7fdc6eb6b611c8666484 (patch)
treeda4548dfaa4dac86dcc66c1485d8c462bc93275e /community/chromium/chromium-webrtc-r0.patch
parentd70f3cd88230a58c0092997e1594b8ce7a4e7b3f (diff)
downloadaports-6b5fa7bf9d0fa982e74b7fdc6eb6b611c8666484.tar.bz2
aports-6b5fa7bf9d0fa982e74b7fdc6eb6b611c8666484.tar.xz
community/chromium: upgrade to 64.0.3282.168
Diffstat (limited to 'community/chromium/chromium-webrtc-r0.patch')
-rw-r--r--community/chromium/chromium-webrtc-r0.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/chromium/chromium-webrtc-r0.patch b/community/chromium/chromium-webrtc-r0.patch
deleted file mode 100644
index f89e798d77..0000000000
--- a/community/chromium/chromium-webrtc-r0.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 7f90e2cceda0458cf56026eb6ccffb961a47804b Mon Sep 17 00:00:00 2001
-From: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
-Date: Fri, 13 Oct 2017 15:49:32 +0200
-Subject: [PATCH] IWYU: Include math.h for round(3).
-
-math.h was being implicitly included, which can break the build with
-alternative libc implementations.
-
-Bug: None
-Change-Id: I969b320b65d0f44abb33d3e1036cfbcb859a4952
-Reviewed-on: https://webrtc-review.googlesource.com/9384
-Reviewed-by: Tommi <tommi@webrtc.org>
-Commit-Queue: Raphael Kubo da Costa (rakuco) <raphael.kubo.da.costa@intel.com>
-Cr-Commit-Position: refs/heads/master@{#20292}
----
- p2p/base/port.cc | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/p2p/base/port.cc b/p2p/base/port.cc
-index a1b478d11..81aa0aadb 100644
---- third_party/webrtc/p2p/base/port.cc
-+++ third_party/webrtc/p2p/base/port.cc
-@@ -10,6 +10,8 @@
-
- #include "p2p/base/port.h"
-
-+#include <math.h>
-+
- #include <algorithm>
- #include <vector>
-
---
-2.15.0.rc2
-