]> git.pld-linux.org Git - packages/geos.git/blame - geos-ruby1.9.patch
- release 7 (by relup.sh)
[packages/geos.git] / geos-ruby1.9.patch
CommitLineData
b0a4937e
JB
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"]]'`
a36f77b6 5
b0a4937e
JB
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.056344 seconds and 4 git commands to generate.