$OpenBSD: patch-deps_npm_node_modules_node-gyp_lib_build_js,v 1.3 2012/06/28 08:30:28 jasper Exp $
--- deps/npm/node_modules/node-gyp/lib/build.js.orig	Wed Jun 20 09:26:29 2012
+++ deps/npm/node_modules/node-gyp/lib/build.js	Wed Jun 20 09:26:54 2012
@@ -186,6 +186,8 @@ function build (gyp, argv, callback) {
       argv.push('/p:Configuration=' + buildType + ';Platform=' + p)
     } 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')
