diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-09-08 16:33:25 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-09-08 16:33:25 +0000 |
commit | c3c854286fe7a4e0756a5c851d92c877b0b5a7a6 (patch) | |
tree | 30d17abc4de9c6e043be376c98ce7e33208376e6 /devel/gyp/patches/patch-gyptest.py | |
parent | a4e42f4510cca2fb2ac5abb334a6059e13467117 (diff) | |
download | pkgsrc-c3c854286fe7a4e0756a5c851d92c877b0b5a7a6.tar.gz |
Update to 0.1pre1718
Changelog:
unknown.
Diffstat (limited to 'devel/gyp/patches/patch-gyptest.py')
-rw-r--r-- | devel/gyp/patches/patch-gyptest.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gyp/patches/patch-gyptest.py b/devel/gyp/patches/patch-gyptest.py index db69b73cc5e..10e48fb32e1 100644 --- a/devel/gyp/patches/patch-gyptest.py +++ b/devel/gyp/patches/patch-gyptest.py @@ -1,16 +1,16 @@ -$NetBSD: patch-gyptest.py,v 1.1 2013/01/18 11:32:45 ryoon Exp $ +$NetBSD: patch-gyptest.py,v 1.2 2013/09/08 16:33:25 ryoon Exp $ * Add NetBSD 5 and 6 target ---- gyptest.py.orig 2012-12-15 10:47:22.000000000 +0000 +--- gyptest.py.orig 2013-09-06 23:07:42.000000000 +0000 +++ gyptest.py -@@ -212,6 +212,9 @@ def main(argv=None): +@@ -218,6 +218,9 @@ def main(argv=None): format_list = { 'freebsd7': ['make'], 'freebsd8': ['make'], + 'freebsd9': ['make'], + 'netbsd5': ['make'], + 'netbsd6': ['make'], + 'openbsd5': ['make'], 'cygwin': ['msvs'], 'win32': ['msvs', 'ninja'], - 'linux2': ['make', 'ninja'], |