mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
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
17 lines
544 B
Python
17 lines
544 B
Python
--- content/content_common.gypi.orig 2012-11-27 10:01:27.000000000 +0200
|
|
+++ content/content_common.gypi 2012-12-10 22:16:37.000000000 +0200
|
|
@@ -436,6 +436,14 @@
|
|
'content.gyp:common_aidl',
|
|
],
|
|
}],
|
|
+ ['os_bsd==1', {
|
|
+ 'sources!': [
|
|
+ 'common/sandbox_linux.cc',
|
|
+ 'common/sandbox_linux.h',
|
|
+ 'common/sandbox_seccomp_bpf_linux.cc',
|
|
+ 'common/sandbox_seccomp_bpf_linux.h',
|
|
+ ],
|
|
+ }],
|
|
['toolkit_uses_gtk == 1', {
|
|
'dependencies': [
|
|
'../build/linux/system.gyp:gtk',
|