diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-08 11:01:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-08 13:23:16 +0200 |
commit | e3d0dab5f49676ea24c1cbb2bbaaf535a102b5e4 (patch) | |
tree | e111f39a3b8e2cce1adaf3262d47f641de3f8a34 /media-libs | |
parent | app-misc/grabcartoons: use HTTPs (diff) | |
download | gentoo-e3d0dab5f49676ea24c1cbb2bbaaf535a102b5e4.tar.gz gentoo-e3d0dab5f49676ea24c1cbb2bbaaf535a102b5e4.tar.bz2 gentoo-e3d0dab5f49676ea24c1cbb2bbaaf535a102b5e4.zip |
media-libs/phonon: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/9126
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/phonon/files/phonon-4.7.0-plugin-install.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/phonon/files/phonon-4.7.0-plugin-install.patch b/media-libs/phonon/files/phonon-4.7.0-plugin-install.patch deleted file mode 100644 index 5f478cac18c1..000000000000 --- a/media-libs/phonon/files/phonon-4.7.0-plugin-install.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/cmake/FindPhononInternal.cmake b/cmake/FindPhononInternal.cmake -index 3245e9b..3427c62 100644 ---- a/cmake/FindPhononInternal.cmake -+++ b/cmake/FindPhononInternal.cmake -@@ -178,7 +178,7 @@ if (PHONON_BUILD_PHONON4QT5) - endif (PHONON_BUILD_PHONON4QT5) - set(BIN_INSTALL_DIR "bin" ) # CACHE PATH "The install dir for executables (default ${EXEC_INSTALL_PREFIX}/bin)") - set(LIB_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}" ) # CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed" --set(PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/kde4" CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is ${LIB_INSTALL_DIR}/kde4)") -+set(PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/qt4" CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is ${LIB_INSTALL_DIR}/qt4)") - if (PHONON_BUILD_PHONON4QT5) - set(PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/qt5" CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is ${LIB_INSTALL_DIR}/qt5)" FORCE) - endif(PHONON_BUILD_PHONON4QT5) |