]> git.pld-linux.org Git - packages/geos.git/blame - rubydir.patch
- release 7 (by relup.sh)
[packages/geos.git] / rubydir.patch
CommitLineData
b0a4937e
JB
1--- geos-3.4.1/macros/ruby.m4.orig 2013-08-25 17:32:42.246534073 +0200
2+++ geos-3.4.1/macros/ruby.m4 2013-08-25 17:34:56.293195116 +0200
3@@ -35,7 +35,7 @@
4 RUBY_LIB_DIR=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["libdir"]] || Config::CONFIG[["libdir"]]'`
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
b0a4937e 11 RUBY_SO_NAME=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["LIBRUBY_SO"]] || Config::CONFIG[["RUBY_SO_NAME"]]'`
This page took 0.028054 seconds and 4 git commands to generate.