titanofold 14/11/05 12:28:48 Added: 3.4.2-ruby_so_name.patch Log: Fix bug 496408. Get value of RUBY_SO_NAME instead of LIBRUBY_SO. Remove old and broken versions. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Revision Changes Path 1.1 sci-libs/geos/files/3.4.2-ruby_so_name.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/files/3.4.2-ruby_so_name.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/geos/files/3.4.2-ruby_so_name.patch?rev=1.1&content-type=text/plain Index: 3.4.2-ruby_so_name.patch =================================================================== diff -Naur geos-3.4.2.orig/macros/ruby.m4 geos-3.4.2/macros/ruby.m4 --- a/macros/ruby.m4 2013-08-25 11:10:32.000000000 -0400 +++ b/macros/ruby.m4 2014-11-05 06:35:39.347830878 -0500 @@ -38,7 +38,7 @@ RUBY_EXTENSION_DIR=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["sitearchdir"]] || Config::CONFIG[["sitearchdir"]]'` dnl Get Ruby shared library name, this does not include the lib prefix or extension name - RUBY_SO_NAME=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["LIBRUBY_SO"]] || Config::CONFIG[["RUBY_SO_NAME"]]'` + RUBY_SO_NAME=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["RUBY_SO_NAME"]] || Config::CONFIG[["RUBY_SO_NAME"]]'` dnl Get Ruby shared libary name RUBY_SHARED_LIB=`$RUBY -rrbconfig -e 'puts RbConfig::CONFIG[["LIBRUBY"]] || Config::CONFIG[["LIBRUBY"]]'`
