diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-12-11 08:36:07 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-12-11 08:36:07 +0000 |
commit | 1376d8b2895e7bf7f8f390ef746e38cd30780ece (patch) | |
tree | 88f3dd6350522907efe0818b2d04030fd6c3b278 /sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild | |
parent | Syntax fixes and closing bug #201893. (diff) | |
download | historical-1376d8b2895e7bf7f8f390ef746e38cd30780ece.tar.gz historical-1376d8b2895e7bf7f8f390ef746e38cd30780ece.tar.bz2 historical-1376d8b2895e7bf7f8f390ef746e38cd30780ece.zip |
set VARTEXFONTS, so we avoid access violations with sandbox. Suggested by Andrey Grozin <A.G.Grozin AT inp DOT nsk DOT su> in bug #201871
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild index 8752827e5f99..9b23ee2c73c1 100644 --- a/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.9 2007/12/08 18:02:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.2-r1.ebuild,v 1.10 2007/12/11 08:36:07 opfer Exp $ inherit eutils elisp-common multilib wxwidgets @@ -65,6 +65,9 @@ src_unpack() { } src_compile() { + # Prevent access violations, see bug 201871 + VARTEXFONTS="${T}/fonts" + # See bug #156427. if use latex ; then sed -i \ |