]> git.pld-linux.org Git - packages/geos.git/blame - rubydir.patch
- updated to 3.8.3 (last version with swig bindings)
[packages/geos.git] / rubydir.patch
CommitLineData
9b18c948
JB
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"]]'`
ce6851f1
JR
5
6 dnl Get Ruby extensions directory
b0a4937e
JB
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"]]'`
ce6851f1
JR
9
10 dnl Get Ruby shared library name, this does not include the lib prefix or extension name
9b18c948 11 RUBY_SO_NAME=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["RUBY_SO_NAME"]] || Config::CONFIG[["RUBY_SO_NAME"]]'`
This page took 0.05314 seconds and 4 git commands to generate.