]> git.pld-linux.org Git - packages/geos.git/blob - geos-ruby1.9.patch
- release 3 (by relup.sh)
[packages/geos.git] / geos-ruby1.9.patch
1 --- geos-3.4.1/macros/ruby.m4.orig      2013-08-25 17:35:18.906527499 +0200
2 +++ geos-3.4.1/macros/ruby.m4   2013-08-25 17:53:45.516481059 +0200
3 @@ -38,7 +38,7 @@
4                 RUBY_EXTENSION_DIR=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["vendorarchdir"]] || Config::CONFIG[["vendorarchdir"]]'`
5  
6                 dnl Get Ruby shared library name, this does not include the lib prefix or extension name
7 -               RUBY_SO_NAME=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["LIBRUBY_SO"]] || Config::CONFIG[["RUBY_SO_NAME"]]'`
8 +               RUBY_SO_NAME=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["RUBY_SO_NAME"]] || Config::CONFIG[["RUBY_SO_NAME"]]'`
9                 
10                 dnl Get Ruby shared libary name
11                 RUBY_SHARED_LIB=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["LIBRUBY"]] || Config::CONFIG[["LIBRUBY"]]'`
This page took 0.059841 seconds and 3 git commands to generate.