diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-03-31 12:45:20 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-03-31 12:45:20 +0200 |
commit | d9726846d0d5b9ce871d3d6183dd9a5cc7c07514 (patch) | |
tree | f7ac1dd3c9e40f22265e9b55176ce6a6cdb2bfca /lang/ruby30/files/patch-lib_mkmf.rb | |
parent | Mk: unregister expired lang/ruby30 (diff) |
lang/ruby30: Remove expired port
2024-03-30 lang/ruby30: Please migrate to newer versions. Ruby 3.0 will reach its EoL on March 30, 2024
Sort MOVED while here
Diffstat (limited to 'lang/ruby30/files/patch-lib_mkmf.rb')
-rw-r--r-- | lang/ruby30/files/patch-lib_mkmf.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/ruby30/files/patch-lib_mkmf.rb b/lang/ruby30/files/patch-lib_mkmf.rb deleted file mode 100644 index f333fdfd2e67..000000000000 --- a/lang/ruby30/files/patch-lib_mkmf.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/mkmf.rb.orig 2018-10-09 14:09:35 UTC -+++ lib/mkmf.rb -@@ -234,7 +234,7 @@ module MakeMakefile - end - $extmk ||= false - if not $extmk and File.exist?(($hdrdir = RbConfig::CONFIG["rubyhdrdir"]) + "/ruby/ruby.h") -- $topdir = $hdrdir -+ $topdir = $hdrdir + "/" + "#{CONFIG['arch']}/ruby/" - $top_srcdir = $hdrdir - $arch_hdrdir = RbConfig::CONFIG["rubyarchhdrdir"] - elsif File.exist?(($hdrdir = ($top_srcdir ||= topdir) + "/include") + "/ruby.h") |