summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media__media.gyp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-01-11 01:14:52 +0000
committerRene Ladan <rene@FreeBSD.org>2013-01-11 01:14:52 +0000
commitbf75679390ba99103ece7300c233f94e792847a1 (patch)
treedb46a03736fca13357ba9c3a56c11595450d932a /www/chromium/files/patch-media__media.gyp
parentUpdate from 3.4.0beta1 to 3.4.0rc1 (diff)
Update to 24.0.1312.52, which add support for MathML.
FreeBSD-specific improvements: - working WiFi geolocation [1] (can be turned off in preferences) - fix build with clang (use external libvpx) - use SysV SHM model and where possible OS_BSD, which saves some patches - no need to use ZygoteProcess switch HTML5 audio is currently broken. PR: ports/174402 [1] Submitted by: J.R. Oldroyd <fbsd@opal.com> [1] Security: http://www.vuxml.org/freebsd/46bd747b-5b84-11e2-b06d-00262d5ed8ee.html
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 df91f70a8039..ad5f49f0dcf1 100644
--- a/www/chromium/files/patch-media__media.gyp
+++ b/www/chromium/files/patch-media__media.gyp
@@ -1,6 +1,6 @@
---- media/media.gyp.orig 2012-04-25 10:01:21.000000000 +0300
-+++ media/media.gyp 2012-04-30 00:26:41.000000000 +0300
-@@ -341,7 +341,7 @@
+--- media/media.gyp.orig 2012-11-27 10:01:14.000000000 +0200
++++ media/media.gyp 2012-11-28 22:11:36.000000000 +0200
+@@ -470,7 +470,7 @@
'audio/openbsd/audio_manager_openbsd.h',
],
}],
@@ -9,12 +9,12 @@
'variables': {
'conditions': [
['sysroot!=""', {
-@@ -858,7 +858,7 @@
+@@ -1101,7 +1101,7 @@
},
],
}],
-- ['OS == "linux" and target_arch != "arm"', {
-+ ['(OS == "linux" or OS == "freebsd") and target_arch != "arm"', {
+- ['OS == "linux" and target_arch != "arm" and target_arch != "mipsel"', {
++ ['(OS == "linux" or OS == "freebsd") and target_arch != "arm" and target_arch != "mipsel"', {
'targets': [
{
'target_name': 'tile_render_bench',