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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/dev-libs/check/check-0.14.0-r1.ebuild
0
++ b/dev-libs/check/check-0.14.0-r1.ebuild
Lines 26-32 PATCHES=( "${FILESDIR}/check-0.14.0-r1-disable-automagic-dep.patch" ) Link Here
26
26
27
multilib_src_configure() {
27
multilib_src_configure() {
28
	local mycmakeargs=(
28
	local mycmakeargs=(
29
		-DCHECK_ENABLE_TESTS=$(usex test ON OFF)
29
		-DBUILD_TESTING=$(usex test ON OFF)
30
		-DCHECK_ENABLE_SUBUNIT=$(usex subunit 1 0)
30
		-DCHECK_ENABLE_SUBUNIT=$(usex subunit 1 0)
31
	)
31
	)
32
32

Return to bug 711390