SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
lang/ruby/3.1/patches/patch-ext_extmk_rb
Normal file
14
lang/ruby/3.1/patches/patch-ext_extmk_rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
Build extensions in verbose mode by default.
|
||||
|
||||
Index: ext/extmk.rb
|
||||
--- ext/extmk.rb.orig
|
||||
+++ ext/extmk.rb
|
||||
@@ -709,7 +709,7 @@ exts.map! {|d| "#{ext_prefix}/#{d}/."}
|
||||
FileUtils.makedirs(File.dirname($command_output))
|
||||
begin
|
||||
atomic_write_open($command_output) do |mf|
|
||||
- mf.puts "V = 0"
|
||||
+ mf.puts "V = 1"
|
||||
mf.puts "V0 = $(V:0=)"
|
||||
mf.puts "Q1 = $(V:1=)"
|
||||
mf.puts "Q = $(Q1:0=@)"
|
Loading…
Add table
Add a link
Reference in a new issue