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

Collapse All | Expand All

(-)a/dev-libs/light/light-1.2-r1.ebuild (-2 / +4 lines)
Lines 25-30 src_prepare() { Link Here
25
}
25
}
26
26
27
src_configure() {
27
src_configure() {
28
	use udev && econf \
28
	local myeconfargs=(
29
		--with-udev="/lib/udev/rules.d"
29
		$(usex udev --with-udev="/lib/udev/rules.d" "")
30
	)
31
	econf "${myeconfargs[@]}"
30
}
32
}

Return to bug 739896