Gentoo-bug: 559252
Package-Manager: portage-2.2.20.1
"
DOCS=( Changelog README )
+PATCHES=( "${FILESDIR}/${P}-kdelibs-4.14.11.patch" )
src_install() {
kde4-base_src_install
--- /dev/null
+--- po/CMakeLists.txt
++++ po/CMakeLists.txt
+@@ -1,3 +1,9 @@
++# The pofiles macro creates in some versions same name targets
++# which since cmake 2.8 leads to target clashes.
++# Hence force the old policy for all po directories.
++# http://public.kitware.com/Bug/view.php?id=12952
++cmake_policy(SET CMP0002 OLD)
++
+ find_package(Gettext REQUIRED)
+ if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
+ MESSAGE(FATAL_ERROR "Please install msgmerge binary")