summaryrefslogtreecommitdiff
path: root/dev-util/cmake/files/cmake-2.8.3-ruby_libname.patch
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2011-10-15 17:07:47 +0200
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2011-10-15 17:07:47 +0200
commit4715493692adff4c453aad356cb8cd31a1d7e57f (patch)
tree8da110d8a76f7ed7fc3841cfe3f5eda5bf4e4f3a /dev-util/cmake/files/cmake-2.8.3-ruby_libname.patch
parente499045d5216bb4487589e84a54e99fab7448b39 (diff)
downloadkde-4715493692adff4c453aad356cb8cd31a1d7e57f.tar.gz
kde-4715493692adff4c453aad356cb8cd31a1d7e57f.tar.bz2
kde-4715493692adff4c453aad356cb8cd31a1d7e57f.zip
[dev-util/cmake] Moved to main tree
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, 0 insertions, 12 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
deleted file mode 100644
index 45d2b162c5b..00000000000
--- a/dev-util/cmake/files/cmake-2.8.3-ruby_libname.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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 "" )