commit 8a83ddfcf79ee8a73b3969b1881ad009c224dde9
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Apr 23 16:34:32 2019 +0300
Fixed build with llvm 8.
chromium-vaapi.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index 3ce4ec0..d06ff94 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -234,6 +234,9 @@ chromium-vaapi is an open-source web browser, powered by WebKit
(Blink)
%patch66 -p1 -b .vsync
%patch67 -p1 -b .color
%patch68 -p1 -b .media
+
+sed -i 's|const std::vector<Delta> deltas_;|std::vector<Delta>
deltas_;|' chrome/browser/ui/tabs/tab_strip_model_observer.h
+
#Let's change the default shebang of python files.
find -depth -type f -writable -name "*.py" -exec sed -iE '1s=^#!
*/usr/bin/\(python\|env python\)[23]\?=#!%{__python2}=' {} +
./build/linux/unbundle/remove_bundled_libraries.py --do-remove \