mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -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
11 lines
387 B
Python
11 lines
387 B
Python
--- content/content_gpu.gypi.orig 2012-11-28 04:01:27.000000000 +0200
|
|
+++ content/content_gpu.gypi 2012-12-04 22:06:17.000000000 +0200
|
|
@@ -95,7 +95,7 @@
|
|
'../third_party/amd/amd_videocard_info_win.cc',
|
|
],
|
|
}],
|
|
- ['OS=="linux"', {
|
|
+ ['OS=="linux" or os_bsd==1', {
|
|
'dependencies': [
|
|
'../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
|
|
],
|