summaryrefslogtreecommitdiff
path: root/dev-util/cmake/files/cmake-2.8.3-ruby_libname.patch
diff options
context:
space:
mode:
authorJohannes Huber <johu@gmx.de>2011-10-07 16:39:26 +0200
committerJohannes Huber <johu@gmx.de>2011-10-07 16:42:34 +0200
commit7c82b23b8565870be4834ef200590c2655bc35b6 (patch)
treeaec1e24c0cb963626baf0a155de4a25a5c34033b /dev-util/cmake/files/cmake-2.8.3-ruby_libname.patch
parentff8a5053c3e02e8e76f15dc340af586f9ea643e3 (diff)
downloadkde-7c82b23b8565870be4834ef200590c2655bc35b6.tar.gz
kde-7c82b23b8565870be4834ef200590c2655bc35b6.tar.bz2
kde-7c82b23b8565870be4834ef200590c2655bc35b6.zip
[dew-util/cmake] Bump 2.8.6
(Portage version: 2.2.0_alpha62/git/Linux x86_64, signed Manifest commit with key DF018462)
Diffstat (limited to 'dev-util/cmake/files/cmake-2.8.3-ruby_libname.patch')
-rw-r--r--dev-util/cmake/files/cmake-2.8.3-ruby_libname.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/cmake/files/cmake-2.8.3-ruby_libname.patch b/dev-util/cmake/files/cmake-2.8.3-ruby_libname.patch
new file mode 100644
index 00000000000..45d2b162c5b
--- /dev/null
+++ b/dev-util/cmake/files/cmake-2.8.3-ruby_libname.patch
@@ -0,0 +1,12 @@
+diff -urN cmake-2.8.3.orig//Modules/FindRuby.cmake cmake-2.8.3//Modules/FindRuby.cmake
+--- cmake-2.8.3.orig//Modules/FindRuby.cmake 2010-12-25 16:56:42.597163498 +0100
++++ cmake-2.8.3//Modules/FindRuby.cmake 2010-12-25 16:57:55.207163499 +0100
+@@ -180,7 +180,7 @@
+
+
+ # Determine the list of possible names for the ruby library
+-SET(_RUBY_POSSIBLE_LIB_NAMES ruby ruby-static ruby${_RUBY_VERSION_SHORT})
++SET(_RUBY_POSSIBLE_LIB_NAMES ruby ruby-static ruby${_RUBY_VERSION_SHORT} ruby${_RUBY_VERSION_SHORT_NODOT})
+
+ IF(WIN32)
+ SET( _RUBY_MSVC_RUNTIME "" )