Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 813450 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- a/kinit-5.88.0.ebuild
0
++ b/kinit-5.88.0.ebuild
Lines 39-50 DEPEND="${RDEPEND} Link Here
39
	X? ( x11-base/xorg-proto )
39
	X? ( x11-base/xorg-proto )
40
"
40
"
41
41
42
PATCHES=(
43
	"${FILESDIR}"/${P}-fix-build-with-x11.patch # Bug 813450
44
)
45
42
src_configure() {
46
src_configure() {
43
	local mycmakeargs=(
47
	local mycmakeargs=(
44
		$(cmake_use_find_package caps Libcap)
48
		$(cmake_use_find_package caps Libcap)
45
		$(cmake_use_find_package man KF5DocTools)
49
		$(cmake_use_find_package man KF5DocTools)
46
		$(cmake_use_find_package X X11)
47
		$(cmake_use_find_package X XCB)
50
		$(cmake_use_find_package X XCB)
51
		-DWITH_X11=$(usex X)
48
	)
52
	)
49
53
50
	ecm_src_configure
54
	ecm_src_configure

Return to bug 813450