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/konsole-21.08.3.ebuild
0
++ b/konsole-21.08.3.ebuild
Lines 50-58 DEPEND=" Link Here
50
"
50
"
51
RDEPEND="${DEPEND}"
51
RDEPEND="${DEPEND}"
52
52
53
PATCHES=(
54
	"${FILESDIR}"/${P}-fix-build-with-x11.patch # Bug 813450
55
)
56
53
src_configure() {
57
src_configure() {
54
	local mycmakeargs=(
58
	local mycmakeargs=(
55
		$(cmake_use_find_package X X11)
59
		-DWITH_X11=$(usex X)
56
	)
60
	)
57
61
58
	ecm_src_configure
62
	ecm_src_configure

Return to bug 813450