From aac6ecc681f8d615ca4619dec227b14c96764223 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 15 Oct 2015 14:50:22 +0200 Subject: app-text/active-dvi: export VARTEXFONTS at the beginning of src_compile, bug #562314. Package-Manager: portage-2.2.23 --- app-text/active-dvi/active-dvi-1.10.2-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app-text') diff --git a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild index 95988ec20122..85ad12e3d6ee 100644 --- a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild +++ b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild @@ -46,9 +46,10 @@ src_configure() { } src_compile() { + export VARTEXFONTS="${T}/fonts" emake cd doc || die - VARTEXFONTS="${T}/fonts" emake splash.dvi scratch_write_splash.dvi scratch_draw_splash.dvi + emake splash.dvi scratch_write_splash.dvi scratch_draw_splash.dvi } src_install() { -- cgit v1.2.3-65-gdbad