openbsd-ports/devel/gyp/patches/patch-gyptest_py
abieber 93a4d727a6 importing devel/gyp
- allows generating of SCons/Makefiles from platform-independent input

OK jeremy@, sthen@
2012-10-13 14:53:11 +00:00

12 lines
410 B
Plaintext

$OpenBSD: patch-gyptest_py,v 1.1.1.1 2012/10/13 14:53:11 abieber Exp $
--- gyptest.py.orig Tue Oct 9 08:27:29 2012
+++ gyptest.py Tue Oct 9 08:27:39 2012
@@ -208,6 +208,7 @@ def main(argv=None):
format_list = {
'freebsd7': ['make'],
'freebsd8': ['make'],
+ 'openbsd5': ['make'],
'cygwin': ['msvs'],
'win32': ['msvs', 'ninja'],
'linux2': ['make', 'ninja'],