diff options
Diffstat (limited to 'lang/ruby/3.2/patches/patch-lib_mkmf_rb')
| -rw-r--r-- | lang/ruby/3.2/patches/patch-lib_mkmf_rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/ruby/3.2/patches/patch-lib_mkmf_rb b/lang/ruby/3.2/patches/patch-lib_mkmf_rb deleted file mode 100644 index 68046ce..0000000 --- a/lang/ruby/3.2/patches/patch-lib_mkmf_rb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | Ignore linker warnings when compiling native extensions. | ||
| 2 | |||
| 3 | Index: lib/mkmf.rb | ||
| 4 | --- lib/mkmf.rb.orig | ||
| 5 | +++ lib/mkmf.rb | ||
| 6 | @@ -415,7 +415,7 @@ MESSAGE | ||
| 7 | result = nil | ||
| 8 | Logging.postpone do |log| | ||
| 9 | output = IO.popen(env, command, &:read) | ||
| 10 | - result = ($?.success? and File.zero?(log.path)) | ||
| 11 | + result = $?.success? | ||
| 12 | output | ||
| 13 | end | ||
| 14 | result | ||
