summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-ffmpeg-clang.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-23 14:35:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-23 14:35:48 +0100
commitd80b21fa510403d23e049179185f1109760cd0f4 (patch)
tree8d4a4d1dd5133f967077e8dc5c6889716fdc672e /www-client/chromium/files/chromium-ffmpeg-clang.patch
parent82938b572b54508ca9e854dcd15af8dcddd4536e (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-ffmpeg-clang.patch')
-rw-r--r--www-client/chromium/files/chromium-ffmpeg-clang.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/www-client/chromium/files/chromium-ffmpeg-clang.patch b/www-client/chromium/files/chromium-ffmpeg-clang.patch
deleted file mode 100644
index 6c5ac713..00000000
--- a/www-client/chromium/files/chromium-ffmpeg-clang.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/third_party/ffmpeg/chromium/scripts/build_ffmpeg.py
-+++ b/third_party/ffmpeg/chromium/scripts/build_ffmpeg.py
-@@ -639,18 +639,8 @@
- if 'win' not in target_os:
- configure_flags['Common'].extend([
- '--enable-pic',
-- '--cc=clang',
-- '--cxx=clang++',
-- '--ld=clang',
- ])
-
-- # Clang Linux will use the first 'ld' it finds on the path, which will
-- # typically be the system one, so explicitly configure use of Clang's
-- # ld.lld, to ensure that things like cross-compilation and LTO work.
-- # This does not work for arm64, ia32 and is always used on mac.
-- if target_arch not in ['arm64', 'ia32', 'mipsel'] and target_os != 'mac':
-- configure_flags['Common'].append('--extra-ldflags=-fuse-ld=lld')
--
- # Should be run on Mac.
- if target_os == 'mac':
- if host_os != 'mac':