mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
bf75679390
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
19 lines
858 B
Python
19 lines
858 B
Python
--- content/content_tests.gypi.orig 2013-01-08 23:49:55.890245836 +0200
|
|
+++ content/content_tests.gypi 2013-01-08 23:52:52.374246102 +0200
|
|
@@ -585,6 +585,15 @@
|
|
'browser/geolocation/wifi_data_provider_linux_unittest.cc',
|
|
],
|
|
}],
|
|
+ ['OS == "freebsd"', {
|
|
+ 'sources!': [
|
|
+ 'browser/download/file_metadata_unittest_linux.cc',
|
|
+ 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
|
|
+ 'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc',
|
|
+ 'browser/renderer_host/media/media_stream_manager_unittest.cc',
|
|
+ 'browser/renderer_host/media/media_stream_ui_controller_unittest.cc',
|
|
+ ],
|
|
+ }],
|
|
['OS != "android" and OS != "ios"', {
|
|
'dependencies': [
|
|
'../third_party/libvpx/libvpx.gyp:libvpx',
|