diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2023-02-01 21:07:57 +0100 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2023-02-01 21:07:57 +0100 |
commit | 63838c60c42e743f85fd67902b227b7a1717fd0d (patch) | |
tree | 10101314a9d0a8796aeef60fd9b4c2174e542711 /graphics/graphviz/files/patch-config-config_ruby.rb | |
parent | ports-mgmt/synth: update to 2.13 release (+) (diff) |
graphics/graphviz: rename patches
Diffstat (limited to 'graphics/graphviz/files/patch-config-config_ruby.rb')
-rw-r--r-- | graphics/graphviz/files/patch-config-config_ruby.rb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/graphviz/files/patch-config-config_ruby.rb b/graphics/graphviz/files/patch-config-config_ruby.rb deleted file mode 100644 index ed6368c99a27..000000000000 --- a/graphics/graphviz/files/patch-config-config_ruby.rb +++ /dev/null @@ -1,19 +0,0 @@ ---- config/config_ruby.rb.orig 2019-09-12 02:11:30 UTC -+++ config/config_ruby.rb -@@ -5,11 +5,14 @@ CONFIG = RbConfig::MAKEFILE_CONFIG - - case ARGV[0] - when "archdir" -- puts RbConfig::expand(CONFIG["archdir"]) -+ puts RbConfig::expand(CONFIG["rubyhdrdir"]) -+when "inc" -+ print RbConfig::expand(CONFIG["rubyhdrdir"]) + '/' -+ puts RbConfig::expand(CONFIG["sitearch"]) - when "lib" - puts RbConfig::expand(CONFIG["libdir"]) - when "vendorarchdir" -- puts RbConfig::expand(CONFIG["vendorarchdir"]) -+ puts RbConfig::expand(CONFIG["sitearchdir"]) - when "sitearchdir" - puts RbConfig::expand(CONFIG["sitearchdir"]) - when "sitelib" |