freebsd-ports/www/chromium/files/patch-remoting__remoting.gyp
Rene Ladan 2cc0ed2a3d Update to 29.0.1547.57
Use devel/ninja instead of gmake as a build tool.

Submitted by:	George Liaskos
Security:	http://vuxml.org/freebsd/ae651a4b-0a42-11e3-ba52-00262d5ed8ee.html
2013-08-23 23:10:05 +00:00

20 lines
821 B
Python

--- remoting/remoting.gyp.orig 2013-08-09 19:06:51.000000000 +0000
+++ remoting/remoting.gyp 2013-08-12 21:21:56.000000000 +0000
@@ -53,7 +53,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,
@@ -484,7 +484,7 @@
'host/win/wts_terminal_observer.h',
],
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or os_bsd==1', {
'dependencies': [
# Always use GTK on Linux, even for Aura builds.
#