$OpenBSD: patch-ext_extmk_rb,v 1.1.1.1 2017/01/06 15:59:25 jeremy Exp $

Build extensions in verbose mode by default.

--- ext/extmk.rb.orig	Thu Nov 17 20:34:26 2016
+++ ext/extmk.rb	Sun Dec 18 13:32:10 2016
@@ -720,7 +720,7 @@ if $configure_only and $command_output
   exts.map! {|d| "ext/#{d}/."}
   gems.map! {|d| "gems/#{d}/."}
   atomic_write_open($command_output) do |mf|
-    mf.puts "V = 0"
+    mf.puts "V = 1"
     mf.puts "Q1 = $(V:1=)"
     mf.puts "Q = $(Q1:0=@)"
     mf.puts "ECHO1 = $(V:1=@:)"
