diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-05-31 08:39:47 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-05-31 08:39:47 +0000 |
commit | 76a79f6d8e8a6f5c688c98fc7fb66c70e9e57013 (patch) | |
tree | 64c768bcee127dc47ded75c23737b38b4478db35 /app-text/dvipng/dvipng-1.11.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-76a79f6d8e8a6f5c688c98fc7fb66c70e9e57013.tar.gz gentoo-2-76a79f6d8e8a6f5c688c98fc7fb66c70e9e57013.tar.bz2 gentoo-2-76a79f6d8e8a6f5c688c98fc7fb66c70e9e57013.zip |
Set VARTEXFONTS to something sane here, even if that does not cause sandbox violations it tries to generate some fonts.
(Portage version: 2.1.5.2)
Diffstat (limited to 'app-text/dvipng/dvipng-1.11.ebuild')
-rw-r--r-- | app-text/dvipng/dvipng-1.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/dvipng/dvipng-1.11.ebuild b/app-text/dvipng/dvipng-1.11.ebuild index 1d75723b4e4a..7cd7fe2c1055 100644 --- a/app-text/dvipng/dvipng-1.11.ebuild +++ b/app-text/dvipng/dvipng-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/dvipng-1.11.ebuild,v 1.1 2008/05/30 21:37:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/dvipng-1.11.ebuild,v 1.2 2008/05/31 08:39:47 aballier Exp $ inherit eutils @@ -28,6 +28,7 @@ pkg_setup() { } src_compile() { + export VARTEXFONTS="${T}/fonts" econf $(use_with truetype freetype) || die "Configure failed" emake || die "Compile failed" } |