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

Collapse All | Expand All

(-)zathura-ps-0.2.2.ebuild (-1 / +2 lines)
Lines 25-35 Link Here
25
pkg_setup() {
25
pkg_setup() {
26
	#does not render w/o cairo
26
	#does not render w/o cairo
27
	myzathuraconf=(
27
	myzathuraconf=(
28
		PREFIX="${EPREFIX}"/usr
28
		WITH_CAIRO=1
29
		WITH_CAIRO=1
29
		CC="$(tc-getCC)"
30
		CC="$(tc-getCC)"
30
		LD="$(tc-getLD)"
31
		LD="$(tc-getLD)"
31
		VERBOSE=1
32
		VERBOSE=1
32
		DESTDIR="${ED}"
33
		DESTDIR="${D}"
33
	)
34
	)
34
}
35
}
35
36

Return to bug 481028