freebsd-ports/www/chromium/files/patch-remoting__remoting.gyp
Rene Ladan 217593e8de Update to 27.0.1453.81
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
2013-05-14 21:10:15 +00:00

20 lines
775 B
Python

--- remoting/remoting.gyp.orig 2013-04-30 10:22:16.000000000 +0300
+++ remoting/remoting.gyp 2013-05-07 21:24:08.000000000 +0300
@@ -56,7 +56,7 @@
'conditions': [
# Remoting host is supported only on Windows, OSX and Linux (with X11).
- ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0 and use_x11==1)', {
+ ['OS=="win" or OS=="mac" or OS=="freebsd" or (OS=="linux" and chromeos==0 and use_x11==1)', {
'enable_remoting_host': 1,
}, {
'enable_remoting_host': 0,
@@ -479,7 +479,7 @@
'*_gtk.cc',
],
}],
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="freebsd"', {
'link_settings': {
'libraries': [
'-lX11',