$OpenBSD: patch-deps_npm_node_modules_node-gyp_lib_build_js,v 1.7 2018/09/19 19:10:27 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
@@ -224,6 +224,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')
