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

11 lines
375 B
Python

--- ui/gl/gl.gyp.orig 2013-08-09 22:06:46.000000000 +0300
+++ ui/gl/gl.gyp 2013-08-16 21:35:40.000000000 +0300
@@ -178,7 +178,7 @@
},
],
'conditions': [
- ['OS in ("win", "android", "linux")', {
+ ['OS in ("win", "android", "linux", "freebsd", "openbsd")', {
'sources': [
'egl_util.cc',
'egl_util.h',