ports/devel/gyp/patches/patch-gyptest_py

13 lines
344 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: gyptest.py
--- gyptest.py.orig
+++ gyptest.py
@@ -99,6 +99,8 @@ def main(argv=None):
'freebsd7': ['make'],
'freebsd8': ['make'],
'openbsd5': ['make'],
+ 'openbsd6': ['ninja'],
+ 'openbsd7': ['ninja'],
'cygwin': ['msvs'],
'win32': ['msvs', 'ninja'],
'linux': ['make', 'ninja'],