Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 347789
Collapse All | Expand All

(-)enblend-4.0.ebuild.orig (-2 / +7 lines)
Lines 30-35 Link Here
30
	doc? (
30
	doc? (
31
		media-gfx/transfig
31
		media-gfx/transfig
32
		sci-visualization/gnuplot[gd]
32
		sci-visualization/gnuplot[gd]
33
		media-fonts/freefont-ttf
33
		virtual/latex-base
34
		virtual/latex-base
34
	)"
35
	)"
35
36
Lines 54-61 Link Here
54
		myconf="$(use_enable image-cache) $(use_enable openmp)"
55
		myconf="$(use_enable image-cache) $(use_enable openmp)"
55
	fi
56
	fi
56
57
57
	use doc && myconf="${myconf} --with-gnuplot=$(type -p gnuplot)" \
58
	if use doc; then
58
		|| myconf="${myconf} --with-gnuplot=false"
59
		myconf="${myconf} --with-gnuplot=$(type -p gnuplot)"
60
		myconf="${myconf} --with-ttf-path=/usr/share/fonts/freefont-ttf"
61
	else
62
		myconf="${myconf} --with-gnuplot=false"
63
	fi
59
64
60
	econf \
65
	econf \
61
		--with-x \
66
		--with-x \

Return to bug 347789