sci-electronics/cirkuit: add patch fixing build failure with kde-base/kdelibs-4.14.11
authorMichael Palimaka <kensington@gentoo.org>
Mon, 31 Aug 2015 14:13:30 +0000 (00:13 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Mon, 31 Aug 2015 14:14:20 +0000 (00:14 +1000)
Gentoo-bug: 559252

Package-Manager: portage-2.2.20.1

sci-electronics/cirkuit/cirkuit-0.4.3-r1.ebuild
sci-electronics/cirkuit/files/cirkuit-0.4.3-kdelibs-4.14.11.patch [new file with mode: 0644]

index 8cd8e267687c194a7bf8602f53472a965bb5e475..7a297d8e6cb69216eb1680858a1190d05d899184 100644 (file)
@@ -30,6 +30,7 @@ RDEPEND="${DEPEND}
 "
 
 DOCS=( Changelog README )
+PATCHES=( "${FILESDIR}/${P}-kdelibs-4.14.11.patch" )
 
 src_install() {
        kde4-base_src_install
diff --git a/sci-electronics/cirkuit/files/cirkuit-0.4.3-kdelibs-4.14.11.patch b/sci-electronics/cirkuit/files/cirkuit-0.4.3-kdelibs-4.14.11.patch
new file mode 100644 (file)
index 0000000..9332701
--- /dev/null
@@ -0,0 +1,12 @@
+--- 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")