]> git.pld-linux.org Git - packages/cmake.git/blob - cmake-findruby2.patch
2f6677fb5187a4f7131bff115203a16577132669
[packages/cmake.git] / cmake-findruby2.patch
1 diff -urNp -x '*.orig' cmake-3.17.2.org/Modules/FindRuby.cmake cmake-3.17.2/Modules/FindRuby.cmake
2 --- cmake-3.17.2.org/Modules/FindRuby.cmake     2021-04-12 22:19:23.761018307 +0200
3 +++ cmake-3.17.2/Modules/FindRuby.cmake 2021-04-12 22:19:24.521040438 +0200
4 @@ -207,6 +207,7 @@ if( "${Ruby_FIND_VERSION_SHORT_NODOT}" G
5    find_path(RUBY_CONFIG_INCLUDE_DIR
6      NAMES ruby/config.h  config.h
7      HINTS
8 +      ${RUBY_HDR_DIR}
9        ${RUBY_HDR_DIR}/${RUBY_ARCH}
10        ${RUBY_ARCH_DIR}
11        ${RUBY_ARCHHDR_DIR}
This page took 0.02521 seconds and 2 git commands to generate.