$OpenBSD: patch-deps_npm_node_modules_node-gyp_lib_build_js,v 1.4 2014/07/10 19:53:30 landry Exp $
--- deps/npm/node_modules/node-gyp/lib/build.js.orig	Fri May  2 02:47:47 2014
+++ deps/npm/node_modules/node-gyp/lib/build.js	Thu Jul 10 15:58:13 2014
@@ -230,6 +230,8 @@ function build (gyp, argv, callback) {
       }
     } else {
       argv.push('BUILDTYPE=' + buildType)
+      // Don't hide compiler commands
+      argv.push('V=1')
       // Invoke the Makefile in the 'build' dir.
       argv.push('-C')
       argv.push('build')
