diff options
Diffstat (limited to 'app-emulation/wine/wine-20050419.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20050419.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-20050419.ebuild b/app-emulation/wine/wine-20050419.ebuild index 22707855acb3..4c9bb183a3be 100644 --- a/app-emulation/wine/wine-20050419.ebuild +++ b/app-emulation/wine/wine-20050419.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.7 2005/07/10 03:59:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.8 2005/07/19 04:40:59 vapier Exp $ inherit eutils flag-o-matic multilib @@ -111,6 +111,7 @@ src_compile() { emake -j1 depend || die "depend" emake all || die "all" if use doc ; then + VARTEXFONTS=${T} \ emake -j1 -C documentation doc || die "docs" fi } |