freebsd-ports/www/chromium/files/patch-gpu__gpu_config.gypi
Rene Ladan b88b94b93e Update www/chromium to 37.0.2062.94
Obtained from:	freebsd-chromium@ (especially Carlos Medina)
MFH:		2014Q3
Security:	http://www.vuxml.org/freebsd/fd5f305d-2d3d-11e4-aa3d-00262d5ed8ee.html
2014-08-26 17:09:02 +00:00

11 lines
424 B
Python

--- ./gpu/gpu_config.gypi.orig 2014-08-20 21:02:38.000000000 +0200
+++ ./gpu/gpu_config.gypi 2014-08-22 15:06:26.000000000 +0200
@@ -63,7 +63,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:x11',
'../build/linux/system.gyp:xext',