diff --git a/srcpkgs/chromium/patches/webrtc-include.patch b/srcpkgs/chromium/patches/webrtc-include.patch new file mode 100644 index 0000000000..92ec272a89 --- /dev/null +++ b/srcpkgs/chromium/patches/webrtc-include.patch @@ -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 + #include ++#include + #include + + #include "modules/desktop_capture/desktop_frame.h" diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 20ba64860e..22ca4e2dc5 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -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