* Main library renamed from "phonon" to "phonon_s", to avoid clashing with Qt4's one. * Backends now live in multimedia/phonon-backend port (committed earlier). * The multimedia/phonon module added, to avoid adding complicated RDEP strings to ports of Phonon users.
22 lines
880 B
Plaintext
22 lines
880 B
Plaintext
$OpenBSD: patch-cmake_CMakeLists_txt,v 1.1 2013/04/24 08:53:37 zhuk Exp $
|
|
Skip installing files we already have in either CMake base
|
|
installation or somewhere else.
|
|
--- cmake/CMakeLists.txt.orig Sun Feb 5 21:07:55 2012
|
|
+++ cmake/CMakeLists.txt Sun Feb 5 21:08:35 2012
|
|
@@ -1,15 +1,9 @@
|
|
install(FILES cmake_uninstall.cmake.in
|
|
COPYING-CMAKE-SCRIPTS
|
|
- FindAutomoc4.cmake
|
|
- FindPackageHandleStandardArgs.cmake
|
|
FindPhononInternal.cmake
|
|
PhononMacros.cmake
|
|
- FindQt4.cmake
|
|
MacroEnsureVersion.cmake
|
|
MacroLogFeature.cmake
|
|
MacroOptionalFindPackage.cmake
|
|
- MacroPushRequiredVars.cmake
|
|
PhononMacros.cmake
|
|
- Qt4ConfigDependentSettings.cmake
|
|
- Qt4Macros.cmake
|
|
DESTINATION ${BUILDSYSTEM_INSTALL_DIR})
|