diff options
Diffstat (limited to 'devel/libuv/files')
-rw-r--r-- | devel/libuv/files/patch-gyp_uv.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libuv/files/patch-gyp_uv.py b/devel/libuv/files/patch-gyp_uv.py new file mode 100644 index 0000000..f49fab4 --- /dev/null +++ b/devel/libuv/files/patch-gyp_uv.py @@ -0,0 +1,14 @@ +--- gyp_uv.py.orig 2015-02-09 21:06:37.000000000 +0100 ++++ gyp_uv.py 2015-02-10 21:08:12.000000000 +0100 +@@ -88,8 +88,9 @@ + + # Some platforms (OpenBSD for example) don't have multiprocessing.synchronize + # so gyp must be run with --no-parallel +- if not gyp_parallel_support: +- args.append('--no-parallel') ++ # FreeBSD: our gyp is too old and does not support '--no-parallel' ++ #if not gyp_parallel_support: ++ # args.append('--no-parallel') + + gyp_args = list(args) + print gyp_args |