diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2013-01-11 01:14:52 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2013-01-11 01:14:52 +0000 |
| commit | bf75679390ba99103ece7300c233f94e792847a1 (patch) | |
| tree | db46a03736fca13357ba9c3a56c11595450d932a /www/chromium/files/patch-content__browser__geolocation__location_provider.cc | |
| parent | Update 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-content__browser__geolocation__location_provider.cc')
| -rw-r--r-- | www/chromium/files/patch-content__browser__geolocation__location_provider.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/chromium/files/patch-content__browser__geolocation__location_provider.cc b/www/chromium/files/patch-content__browser__geolocation__location_provider.cc index 7c469ff71055..dedf89954775 100644 --- a/www/chromium/files/patch-content__browser__geolocation__location_provider.cc +++ b/www/chromium/files/patch-content__browser__geolocation__location_provider.cc @@ -5,7 +5,7 @@ } -#if !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_WIN) && !defined OS_ANDROID -+#if !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_WIN) && !defined OS_ANDROID && !defined(OS_FREEBSD) ++#if !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_WIN) && !defined(OS_ANDROID) && !defined(OS_FREEBSD) LocationProviderBase* NewSystemLocationProvider() { return NULL; } |
