ports/www/chromium/files/patch-gpu__gpu_config.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

11 lines
444 B
Python

--- gpu/gpu_config.gypi.orig 2013-08-12 20:57:26.000000000 +0000
+++ gpu/gpu_config.gypi 2013-08-12 20:58:18.000000000 +0000
@@ -67,7 +67,7 @@
'../third_party/amd/amd_videocard_info_win.cc',
],
}],
- ['OS=="linux" and use_x11==1', {
+ ['(OS=="linux" or os_bsd==1) and use_x11==1', {
'dependencies': [
'../build/linux/system.gyp:libpci',
'../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',