diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-23 14:35:48 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-23 14:35:48 +0100 |
commit | d80b21fa510403d23e049179185f1109760cd0f4 (patch) | |
tree | 8d4a4d1dd5133f967077e8dc5c6889716fdc672e /www-client/chromium/files/chromium-stdint.patch | |
parent | 82938b572b54508ca9e854dcd15af8dcddd4536e (diff) |
we cannot keep this up to date, and gentoo's ebuild is kinda broken, so completely drop it
Diffstat (limited to 'www-client/chromium/files/chromium-stdint.patch')
-rw-r--r-- | www-client/chromium/files/chromium-stdint.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www-client/chromium/files/chromium-stdint.patch b/www-client/chromium/files/chromium-stdint.patch deleted file mode 100644 index 87744395..00000000 --- a/www-client/chromium/files/chromium-stdint.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 0235c2b657d936f3cdb09053776e5929fc84704b Mon Sep 17 00:00:00 2001 -From: Tomas Popela <tomas.popela@gmail.com> -Date: Wed, 31 Jan 2018 18:57:07 +0000 -Subject: [PATCH] Add missing stdint include - -diff --git a/chrome/browser/vr/sample_queue.cc b/chrome/browser/vr/sample_queue.cc -index c2ca777ce90c..53cb3aab1576 100644 ---- a/chrome/browser/vr/sample_queue.cc -+++ b/chrome/browser/vr/sample_queue.cc -@@ -2,6 +2,8 @@ - // Use of this source code is governed by a BSD-style license that can be - // found in the LICENSE file. - -+#include <stdint.h> -+ - #include "chrome/browser/vr/sample_queue.h" - - namespace vr { --- -2.16.2 - |