diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-11-09 20:53:54 +0100 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-11-10 00:30:56 -0500 |
commit | 2062c9231e46aa6366d7db64625626ebc533c5a9 (patch) | |
tree | ba447c27c53297933a0be3ae21f1c2d084f6965b /dev-util/electron | |
parent | dev-perl/GD: stabilize 2.560.0-r1 for all #597888 (diff) | |
download | gentoo-2062c9231e46aa6366d7db64625626ebc533c5a9.tar.gz gentoo-2062c9231e46aa6366d7db64625626ebc533c5a9.tar.bz2 gentoo-2062c9231e46aa6366d7db64625626ebc533c5a9.zip |
dev-util/electron: remove unused patches
Diffstat (limited to 'dev-util/electron')
-rw-r--r-- | dev-util/electron/files/chromium-system-icu-r0.patch | 14 | ||||
-rw-r--r-- | dev-util/electron/files/chromium-system-libvpx-r0.patch | 20 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/electron/files/chromium-system-icu-r0.patch b/dev-util/electron/files/chromium-system-icu-r0.patch deleted file mode 100644 index 5f620d16e33c..000000000000 --- a/dev-util/electron/files/chromium-system-icu-r0.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/third_party/WebKit/Source/platform/text/Character.cpp b/third_party/WebKit/Source/platform/text/Character.cpp -index d59ae41..50932bd 100644 ---- a/third_party/WebKit/Source/platform/text/Character.cpp -+++ b/third_party/WebKit/Source/platform/text/Character.cpp - -@@ -37,7 +37,7 @@ - #include <unicode/uscript.h> - - #if defined(USING_SYSTEM_ICU) --#include "platform/fonts/CharacterPropertyDataGenerator.h" -+#include "platform/text/CharacterPropertyDataGenerator.h" - #include <unicode/uniset.h> - #else - #define MUTEX_H // Prevent compile failure of utrie2.h on Windows diff --git a/dev-util/electron/files/chromium-system-libvpx-r0.patch b/dev-util/electron/files/chromium-system-libvpx-r0.patch deleted file mode 100644 index cd7c164d7e6a..000000000000 --- a/dev-util/electron/files/chromium-system-libvpx-r0.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- build/linux/unbundle/libvpx.gyp.orig 2016-02-08 19:16:24.646981037 -0500 -+++ build/linux/unbundle/libvpx.gyp 2016-02-08 19:15:42.449979462 -0500 -@@ -4,7 +4,7 @@ - { - 'targets': [ - { -- 'target_name': 'libvpx', -+ 'target_name': 'libvpx_new', - 'type': 'none', - 'direct_dependent_settings': { - 'cflags': [ -@@ -18,8 +18,6 @@ - 'vpx/vp8cx.h', - 'vpx/vp8dx.h', - 'vpx/vpx_codec.h', -- 'vpx/vpx_codec_impl_bottom.h', -- 'vpx/vpx_codec_impl_top.h', - 'vpx/vpx_decoder.h', - 'vpx/vpx_encoder.h', - 'vpx/vpx_frame_buffer.h', |