mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-misc/colord-kde: fix build with >=dev-util/cmake-3.4
Gentoo-bug: 569602 Package-Manager: portage-2.2.26
This commit is contained in:
@@ -23,6 +23,8 @@ RDEPEND="${DEPEND}
|
||||
x11-misc/colord
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-cmake34.patch" )
|
||||
|
||||
pkg_postinst() {
|
||||
kde4-base_pkg_postinst
|
||||
if ! has_version "gnome-extra/gnome-color-manager"; then
|
||||
|
||||
11
kde-misc/colord-kde/files/colord-kde-0.3.0-cmake34.patch
Normal file
11
kde-misc/colord-kde/files/colord-kde-0.3.0-cmake34.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
Fix build with >cmake-3.4
|
||||
|
||||
Gentoo-bug: 569602
|
||||
|
||||
--- a/ConfigureChecks.cmake
|
||||
+++ b/ConfigureChecks.cmake
|
||||
@@ -1,3 +1,4 @@
|
||||
+include(CheckIncludeFiles)
|
||||
include(CheckTypeSize)
|
||||
include(FindPkgConfig)
|
||||
|
||||
Reference in New Issue
Block a user