summaryrefslogtreecommitdiff
path: root/lang/ruby/3.2/patches/patch-ext_extmk_rb
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby/3.2/patches/patch-ext_extmk_rb')
-rw-r--r--lang/ruby/3.2/patches/patch-ext_extmk_rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/ruby/3.2/patches/patch-ext_extmk_rb b/lang/ruby/3.2/patches/patch-ext_extmk_rb
deleted file mode 100644
index 40d7877..0000000
--- a/lang/ruby/3.2/patches/patch-ext_extmk_rb
+++ /dev/null
@@ -1,14 +0,0 @@
1Build extensions in verbose mode by default.
2
3Index: ext/extmk.rb
4--- ext/extmk.rb.orig
5+++ ext/extmk.rb
6@@ -712,7 +712,7 @@ exts.map! {|d| "#{ext_prefix}/#{d}/."}
7 FileUtils.makedirs(File.dirname($command_output))
8 begin
9 atomic_write_open($command_output) do |mf|
10- mf.puts "V = 0"
11+ mf.puts "V = 1"
12 mf.puts "V0 = $(V:0=)"
13 mf.puts "Q1 = $(V:1=)"
14 mf.puts "Q = $(Q1:0=@)"