1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/chromium/files/patch-content__content_common.gypi
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

19 lines
585 B
Python

--- content/content_common.gypi.orig 2013-08-09 22:07:06.000000000 +0300
+++ content/content_common.gypi 2013-08-17 20:29:03.000000000 +0300
@@ -391,6 +391,15 @@
'content.gyp:common_aidl',
],
}],
+ ['os_bsd==1', {
+ 'sources!': [
+ 'common/sandbox_linux.cc',
+ 'common/sandbox_linux.h',
+ 'common/sandbox_init_linux.cc',
+ 'common/sandbox_seccomp_bpf_linux.cc',
+ 'common/sandbox_seccomp_bpf_linux.h',
+ ],
+ }],
['toolkit_uses_gtk == 1', {
'dependencies': [
'../build/linux/system.gyp:gtk',