diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2010-05-11 14:21:05 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2010-05-11 14:21:05 +0000 |
commit | 746dafd424713f46f27e6561400a22ae505afdca (patch) | |
tree | f4e7e7d7651a2a2e8d4dd6af2b664e2d2f9b6ad3 /x11/kdelibs4/files/patch-cmake-modules-CMakeLists.txt | |
parent | d23523dad66e233a7e17b2182e13d5ad2cfb641d (diff) | |
download | ports-746dafd424713f46f27e6561400a22ae505afdca.tar.gz ports-746dafd424713f46f27e6561400a22ae505afdca.zip |
Notes
Diffstat (limited to 'x11/kdelibs4/files/patch-cmake-modules-CMakeLists.txt')
-rw-r--r-- | x11/kdelibs4/files/patch-cmake-modules-CMakeLists.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/kdelibs4/files/patch-cmake-modules-CMakeLists.txt b/x11/kdelibs4/files/patch-cmake-modules-CMakeLists.txt new file mode 100644 index 000000000000..066a9387b202 --- /dev/null +++ b/x11/kdelibs4/files/patch-cmake-modules-CMakeLists.txt @@ -0,0 +1,21 @@ +--- ./cmake/modules/CMakeLists.txt~ 2009-12-01 10:27:12.000000000 +1000 ++++ ./cmake/modules/CMakeLists.txt 2009-12-07 02:42:29.159330039 +1000 +@@ -7,8 +7,7 @@ + # to have it around, so there is a place where the modules which are not installed + # are listed explicitely: + set(cmakeFilesDontInstall +- FindPolkitQt.cmake +- FindPolkitQt-1.cmake) ++ ) + + # Explicitely list all files which will be installed. + # We don't use a GLOB anymore so we can have also cmake files here +@@ -89,6 +88,8 @@ + FindPhonon.cmake + FindPkgConfig.cmake + FindPlasma.cmake ++ FindPolkitQt.cmake ++ FindPolkitQt-1.cmake + FindPopplerQt4.cmake + FindPostgreSQL.cmake + FindPulseAudio.cmake |