]> git.pld-linux.org Git - packages/geos.git/blob - rubydir.patch
22d48773ef9436eb5dd604f0882580bf0432a6e5
[packages/geos.git] / rubydir.patch
1 --- geos-3.3.8/macros/ruby.m4~  2013-07-14 21:24:58.543846706 +0200
2 +++ geos-3.3.8/macros/ruby.m4   2013-07-14 21:34:50.456329482 +0200
3 @@ -33,7 +33,7 @@
4                 RUBY_LIB_DIR=`$RUBY -rrbconfig -e 'puts Config::CONFIG[["libdir"]]'`
5  
6                 dnl Get Ruby extensions directory
7 -               RUBY_EXTENSION_DIR=`$RUBY -rrbconfig -e 'puts Config::CONFIG[["sitearchdir"]]'`
8 +               RUBY_EXTENSION_DIR=`$RUBY -rrbconfig -e 'puts 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 Config::CONFIG[["RUBY_SO_NAME"]]'`
This page took 0.032797 seconds and 2 git commands to generate.