]> git.pld-linux.org Git - packages/geos.git/blame_incremental - rubydir.patch
- updated to 3.8.3 (last version with swig bindings)
[packages/geos.git] / rubydir.patch
... / ...
CommitLineData
1--- geos-3.8.1/macros/ruby.m4.orig 2019-09-18 23:38:19.000000000 +0200
2+++ geos-3.8.1/macros/ruby.m4 2020-11-08 15:38:19.929621492 +0100
3@@ -41,7 +41,7 @@
4 RUBY_ARCH_LIB_DIR=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["archlibdir"]] || Config::CONFIG[["archlibdir"]]'`
5
6 dnl Get Ruby extensions directory
7- RUBY_EXTENSION_DIR=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["sitearchdir"]] || Config::CONFIG[["sitearchdir"]]'`
8+ RUBY_EXTENSION_DIR=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["vendorarchdir"]] || Config::CONFIG[["vendorarchdir"]]'`
9
10 dnl Get Ruby shared library name, this does not include the lib prefix or extension name
11 RUBY_SO_NAME=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["RUBY_SO_NAME"]] || Config::CONFIG[["RUBY_SO_NAME"]]'`
This page took 0.146902 seconds and 5 git commands to generate.