]> git.pld-linux.org Git - packages/cmake.git/blob - cmake-lib64.patch
- added fix for ruby 2.x b/c of moved RUBY_CONFIG_INCLUDE_DIR
[packages/cmake.git] / cmake-lib64.patch
1 --- cmake-2.4.10/Modules/KDE3Macros.cmake.orig  2012-11-03 08:29:52.205394821 +0100
2 +++ cmake-2.4.10/Modules/KDE3Macros.cmake       2012-11-03 08:31:27.108749182 +0100
3 @@ -336,7 +336,7 @@
4     file(APPEND ${_laname} "# Should we warn about portability when linking against -modules?\nshouldnotlink=yes\n")
5     file(APPEND ${_laname} "# Files to dlopen/dlpreopen\ndlopen=''\ndlpreopen=''\n")
6     file(APPEND ${_laname} "# Directory that this library needs to be installed in:\n")
7 -   file(APPEND ${_laname} "libdir='${CMAKE_INSTALL_PREFIX}/lib/kde3'\n")
8 +   file(APPEND ${_laname} "libdir='${CMAKE_INSTALL_PREFIX}/lib64/kde3'\n")
9  
10     install_files(${KDE3_LIBTOOL_DIR} FILES ${_laname})
11  endmacro()
This page took 0.174023 seconds and 3 git commands to generate.