dev-lang/mmix: set VARTEXFONTS to prevent sandbox violations
authorMatthias Maier <tamiko@gentoo.org>
Fri, 29 Jun 2018 04:08:04 +0000 (23:08 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Fri, 29 Jun 2018 04:08:04 +0000 (23:08 -0500)
Closes: https://bugs.gentoo.org/652018
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-lang/mmix/mmix-20131017.ebuild
dev-lang/mmix/mmix-20160804.ebuild

index aa8ccecb430e351b64c0b5eb2706853b8f81c5dd..0b8bf06064e61c382132639c00190b10bb778b93 100644 (file)
@@ -26,6 +26,7 @@ src_prepare() {
 }
 
 src_compile() {
+       export VARTEXFONTS=${T}/fonts
        emake all \
                CFLAGS="${CFLAGS}" \
                CC="$(tc-getCC)"
index b1cbaa53f456a5a8bc9e0306eb04a4b2d980a811..b98e3aafec435782232133d3ee0b74e84c25b8d1 100644 (file)
@@ -26,6 +26,7 @@ PATCHES=(
 )
 
 src_compile() {
+       export VARTEXFONTS=${T}/fonts
        emake all \
                CFLAGS="${CFLAGS}" \
                CC="$(tc-getCC)"