mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
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
11 lines
375 B
Python
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',
|