media-libs/vigra: Make sure TeX font generation stays in the sandbox, bug 555078
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Wed, 15 Feb 2017 23:55:04 +0000 (00:55 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Thu, 16 Feb 2017 00:13:42 +0000 (01:13 +0100)
Thanks to Andrey Golovizin

Package-Manager: Portage-2.3.3, Repoman-2.3.1

media-libs/vigra/vigra-1.11.0.ebuild

index 2f2c42e3e854e2e70dec86d7740915ab55d4cef1..dc29a60f77dfa09242c3a0232305d58939833593 100644 (file)
@@ -112,7 +112,7 @@ src_compile() {
        if use doc; then
                einfo "Generating Documentation"
                # use build dir from last compile command
-               BUILD_DIR="${VIGRA_BUILD_DIR}" cmake-utils_src_make doc
+               VARTEXFONTS="${T}/fonts" BUILD_DIR="${VIGRA_BUILD_DIR}" cmake-utils_src_make doc
        fi
 }