mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -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
20 lines
685 B
Python
20 lines
685 B
Python
--- 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',
|
|
],
|
|
}],
|
|
- ['OS=="linux"', {
|
|
+ ['OS=="linux" or OS=="freebsd"', {
|
|
'variables': {
|
|
'conditions': [
|
|
['sysroot!=""', {
|
|
@@ -1101,7 +1101,7 @@
|
|
},
|
|
],
|
|
}],
|
|
- ['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',
|