Note that this is still a beta version, and that the sysctl kern.ipc.shm_allow_removed must be set to 1 for correct operation. Port changes: - add dependency on accessibility/speech-dispatcher for libspeechd - use internal libvpx - update disk space requirements - add pkg-message for the above sysctl Submitted by: George Liaskos Security: http://vuxml.org/freebsd/bdd48858-9656-11e2-a9a8-00262d5ed8ee.html
11 lines
377 B
Python
11 lines
377 B
Python
--- media/media.gyp.orig 2013-04-30 10:22:14.000000000 +0300
|
|
+++ media/media.gyp 2013-05-08 21:54:11.000000000 +0300
|
|
@@ -598,7 +598,7 @@
|
|
'audio/openbsd/audio_manager_openbsd.h',
|
|
],
|
|
}],
|
|
- ['OS=="linux"', {
|
|
+ ['OS=="linux" or OS=="freebsd"', {
|
|
'variables': {
|
|
'conditions': [
|
|
['sysroot!=""', {
|