]> git.pld-linux.org Git - packages/cmake.git/blob - cmake-lib64.patch
- cmake/Modules top dirs moved to filesystem (>= 3.0-46), so that packages like libmo...
[packages/cmake.git] / cmake-lib64.patch
1 --- cmake-2.4.8/Modules/KDE3Macros.cmake~       2008-01-29 00:39:54.000000000 +0100
2 +++ cmake-2.4.8/Modules/KDE3Macros.cmake        2008-01-29 00:41:11.559753940 +0100
3 @@ -319,7 +319,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(KDE3_INSTALL_LIBTOOL_FILE)
This page took 0.061028 seconds and 3 git commands to generate.