diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2013-08-23 23:10:05 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2013-08-23 23:10:05 +0000 |
| commit | 2cc0ed2a3dd6a1b563e455e71765638ec9b1f8e9 (patch) | |
| tree | df6304d0969fdd858c4abb5f3fd4676e3b7a5c8a /www/chromium/files/patch-gpu__gpu_config.gypi | |
| parent | - Update to 3.1.3 (diff) | |
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
Diffstat (limited to 'www/chromium/files/patch-gpu__gpu_config.gypi')
| -rw-r--r-- | www/chromium/files/patch-gpu__gpu_config.gypi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-gpu__gpu_config.gypi b/www/chromium/files/patch-gpu__gpu_config.gypi new file mode 100644 index 000000000000..b38802895cd9 --- /dev/null +++ b/www/chromium/files/patch-gpu__gpu_config.gypi @@ -0,0 +1,11 @@ +--- 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', |
