summaryrefslogtreecommitdiffstats
path: root/chromium/build/patches
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-02-23 11:11:54 +0000
committer Eric Hameleers <alien@slackware.com>2017-02-23 11:11:54 +0000
commit75d94a788984994afcfc30b367fae4409573dacc (patch)
treeccedf590583b7e46f8dcaf90e5f6fc6233658a13 /chromium/build/patches
parent9aed64a7c9b24ecc7f3443ebde86ad0eeb204d35 (diff)
downloadasb-75d94a788984994afcfc30b367fae4409573dacc.tar.gz
asb-75d94a788984994afcfc30b367fae4409573dacc.tar.xz
Initial revision
Diffstat (limited to 'chromium/build/patches')
-rw-r--r--chromium/build/patches/chromium56_gcc4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/build/patches/chromium56_gcc4.patch b/chromium/build/patches/chromium56_gcc4.patch
new file mode 100644
index 00000000..f5ff3d24
--- /dev/null
+++ b/chromium/build/patches/chromium56_gcc4.patch
@@ -0,0 +1,12 @@
+diff -up chromium-56.0.2924.87/third_party/webrtc/modules/desktop_capture/screen_capturer_x11.cc.gcc49 chromium-56.0.2924.87/third_party/webrtc/modules/desktop_capture/screen_capturer_x11.cc
+--- chromium-56.0.2924.87/third_party/webrtc/modules/desktop_capture/screen_capturer_x11.cc.gcc49 2017-02-13 11:41:35.563497836 -0500
++++ chromium-56.0.2924.87/third_party/webrtc/modules/desktop_capture/screen_capturer_x11.cc 2017-02-13 11:42:43.608161336 -0500
+@@ -412,7 +412,7 @@ std::unique_ptr<DesktopCapturer> Desktop
+ return nullptr;
+ }
+
+- return capturer;
++ return std::move(capturer);
+ }
+
+ } // namespace webrtc