Chromium patch, fixes missing header
This commit is contained in:
parent
0ffa7dc0f2
commit
8eb3de7c86
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
prePatch = "patchShebangs .";
|
prePatch = "patchShebangs .";
|
||||||
|
|
||||||
patches = singleton ./sandbox_userns_36.patch;
|
patches = [ ./sandbox_userns_36.patch ./missing_alg_import.patch ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i -r \
|
sed -i -r \
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
diff -Naur chromium-37.0.2062.94.old/media/cast/logging/encoding_event_subscriber.cc chromium-37.0.2062.94/media/cast/logging/encoding_event_subscriber.cc
|
||||||
|
--- chromium-37.0.2062.94.old/media/cast/logging/encoding_event_subscriber.cc 2014-08-29 02:05:15.149140733 -0700
|
||||||
|
+++ chromium-37.0.2062.94/media/cast/logging/encoding_event_subscriber.cc 2014-08-29 02:06:00.182853590 -0700
|
||||||
|
@@ -4,6 +4,7 @@
|
||||||
|
|
||||||
|
#include "media/cast/logging/encoding_event_subscriber.h"
|
||||||
|
|
||||||
|
+#include <algorithm>
|
||||||
|
#include <cstring>
|
||||||
|
#include <utility>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user