chromium: unbreak
This commit is contained in:
parent
08b4095a55
commit
121b4cfba1
2 changed files with 10 additions and 1 deletions
10
srcpkgs/chromium/patches/webrtc-include.patch
Normal file
10
srcpkgs/chromium/patches/webrtc-include.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- third_party/webrtc/modules/desktop_capture/linux/window_capturer_x11.cc.orig 2019-02-21 21:21:24.488058990 +0100
|
||||
+++ third_party/webrtc/modules/desktop_capture/linux/window_capturer_x11.cc 2019-02-21 21:21:36.151961064 +0100
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
+#include <string.h>
|
||||
#include <utility>
|
||||
|
||||
#include "modules/desktop_capture/desktop_frame.h"
|
|
@ -37,7 +37,6 @@ depends="libexif hwids desktop-file-utils hicolor-icon-theme"
|
|||
build_options_default="jumbo_build clang"
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
x86_64|i686) broken="error: use of undeclared identifier memset" ;;
|
||||
x86_64|i686) build_options_default+=" js_optimize" ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue