summaryrefslogtreecommitdiff
path: root/lang/ruby/3.2/patches/patch-lib_mkmf_rb
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby/3.2/patches/patch-lib_mkmf_rb')
-rw-r--r--lang/ruby/3.2/patches/patch-lib_mkmf_rb14
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 @@
1Ignore linker warnings when compiling native extensions.
2
3Index: 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