diff options
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/form/form-4.3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/form/form-4.3.0-r1.ebuild b/sci-mathematics/form/form-4.3.0-r1.ebuild index 3f5c5991d1f9..abdbf0481b5f 100644 --- a/sci-mathematics/form/form-4.3.0-r1.ebuild +++ b/sci-mathematics/form/form-4.3.0-r1.ebuild @@ -55,12 +55,12 @@ src_compile() { default if use devref; then pushd doc/devref > /dev/null || die "doc/devref does not exist" - LANG=C emake pdf + LANG=C VARTEXFONTS="${T}/fonts" emake pdf popd > /dev/null fi if use doc; then pushd doc/manual > /dev/null || die "doc/manual does not exist" - LANG=C emake pdf + LANG=C VARTEXFONTS="${T}/fonts" emake pdf popd > /dev/null fi if use doxygen; then |