mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sci-visualization/gnuplot: Export the VARTEXFONTS variable.
This fixes a sandbox violation with USE=doc. Bug: 569200 Package-Manager: portage-2.2.26
This commit is contained in:
@@ -143,7 +143,7 @@ src_configure() {
|
||||
|
||||
src_compile() {
|
||||
# Prevent access violations, see bug 201871
|
||||
VARTEXFONTS="${T}/fonts"
|
||||
export VARTEXFONTS="${T}/fonts"
|
||||
|
||||
# We believe that the following line is no longer needed.
|
||||
# In case of problems file a bug report at bugs.gentoo.org.
|
||||
|
||||
@@ -143,7 +143,7 @@ src_configure() {
|
||||
|
||||
src_compile() {
|
||||
# Prevent access violations, see bug 201871
|
||||
VARTEXFONTS="${T}/fonts"
|
||||
export VARTEXFONTS="${T}/fonts"
|
||||
|
||||
# We believe that the following line is no longer needed.
|
||||
# In case of problems file a bug report at bugs.gentoo.org.
|
||||
|
||||
Reference in New Issue
Block a user