aboutsummaryrefslogtreecommitdiff
path: root/misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake')
-rw-r--r--misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake b/misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake
new file mode 100644
index 000000000000..2ad2977bf850
--- /dev/null
+++ b/misc/kbfx/files/patch-cmakemodules__FindKdeLibs.cmake
@@ -0,0 +1,11 @@
+--- ./cmakemodules/FindKdeLibs.cmake.orig Thu Dec 14 11:00:32 2006
++++ ./cmakemodules/FindKdeLibs.cmake Wed Jan 31 00:22:35 2007
+@@ -159,7 +159,7 @@
+ ## the following are directories where stuff will be installed to
+ SET(BIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/bin" CACHE PATH "The kde bin install dir (default prefix/bin)" FORCE)
+ SET(SBIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/sbin" CACHE PATH "The kde sbin install dir (default prefix/sbin)" FORCE)
+-SET(LIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX}" CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib${LIB_SUFFIX})" FORCE)
++SET(LIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/lib" CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib${LIB_SUFFIX})" FORCE)
+ SET(LIBEXEC_INSTALL_DIR "${LIB_INSTALL_DIR}/kde3/libexec" CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed (default is /lib/kde3/libexec)" FORCE)
+ SET(PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/kde3" CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is ${LIB_INSTALL_DIR}/kde3)" FORCE)
+ SET(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "The subdirectory to the header prefix" FORCE)