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 (+4 lines)
Lines 23-30 Link Here
23
	virtual/pkgconfig"
23
	virtual/pkgconfig"
24
24
25
pkg_setup() {
25
pkg_setup() {
26
	local plugin_dir
27
	plugin_dir=$(pkg-config --variable=plugindir zathura)
28
26
	#does not render w/o cairo
29
	#does not render w/o cairo
27
	myzathuraconf=(
30
	myzathuraconf=(
31
		PLUGINDIR=${plugin_dir#${EPREFIX}}
28
		WITH_CAIRO=1
32
		WITH_CAIRO=1
29
		CC="$(tc-getCC)"
33
		CC="$(tc-getCC)"
30
		LD="$(tc-getLD)"
34
		LD="$(tc-getLD)"

Return to bug 481028