]> git.pld-linux.org Git - packages/geos.git/blob - rubydir.patch
- php ext rebuild
[packages/geos.git] / rubydir.patch
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"]]'`
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[["LIBRUBY_SO"]] || Config::CONFIG[["RUBY_SO_NAME"]]'`
This page took 0.047581 seconds and 3 git commands to generate.