diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-10-15 14:50:22 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-10-15 14:50:39 +0200 |
commit | aac6ecc681f8d615ca4619dec227b14c96764223 (patch) | |
tree | 2b6d764b7224b5f5014fe874d62eaea58735b1d4 /app-text/active-dvi | |
parent | dev-python/hacking: Keyword under ALLARCHES policy (diff) | |
download | gentoo-aac6ecc681f8d615ca4619dec227b14c96764223.tar.gz gentoo-aac6ecc681f8d615ca4619dec227b14c96764223.tar.bz2 gentoo-aac6ecc681f8d615ca4619dec227b14c96764223.zip |
app-text/active-dvi: export VARTEXFONTS at the beginning of src_compile, bug #562314.
Package-Manager: portage-2.2.23
Diffstat (limited to 'app-text/active-dvi')
-rw-r--r-- | app-text/active-dvi/active-dvi-1.10.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |