$OpenBSD: patch-deps_npm_node_modules_node-gyp_lib_build_js,v 1.5 2017/06/27 12:04:08 abieber Exp $
Index: deps/npm/node_modules/node-gyp/lib/build.js
--- deps/npm/node_modules/node-gyp/lib/build.js.orig
+++ deps/npm/node_modules/node-gyp/lib/build.js
@@ -238,6 +238,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')
