summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media__media.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-media__media.gyp')
-rw-r--r--www/chromium/files/patch-media__media.gyp12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-media__media.gyp b/www/chromium/files/patch-media__media.gyp
index 3031900836fb..5a759be94a09 100644
--- a/www/chromium/files/patch-media__media.gyp
+++ b/www/chromium/files/patch-media__media.gyp
@@ -1,20 +1,20 @@
---- ./media/media.gyp.orig 2014-04-30 22:41:24.000000000 +0200
-+++ ./media/media.gyp 2014-05-04 14:38:48.000000000 +0200
-@@ -641,7 +641,7 @@
+--- ./media/media.gyp.orig 2014-08-12 21:03:00.000000000 +0200
++++ ./media/media.gyp 2014-08-13 09:56:57.000000000 +0200
+@@ -658,7 +658,7 @@
'audio/openbsd/audio_manager_openbsd.h',
],
}],
- ['OS=="linux"', {
-+ ['OS=="linux" or OS=="freebsd"', {
++ ['OS=="linux" or os_bsd==1', {
'conditions': [
['use_x11==1', {
'dependencies': [
-@@ -892,7 +892,7 @@
+@@ -917,7 +917,7 @@
'base/simd/convert_yuv_to_rgb_x86.cc',
],
}],
- ['OS!="linux" and OS!="win"', {
-+ ['OS!="linux" and OS!="win" and OS!="freebsd"', {
++ ['OS!="linux" and OS!="win" and os_bsd!=1', {
'sources!': [
'base/keyboard_event_counter.cc',
'base/keyboard_event_counter.h',