summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2021-03-08 15:09:23 +0100
committerSam James <sam@gentoo.org>2021-03-09 09:44:27 +0000
commit5ae9f04be315de9bb4080de1d102105020705e93 (patch)
treeabcb4c540c148633a54c74b2a64d441c9b564b67 /net-misc/unison
parentsys-cluster/lustre: fix patching, remove unused eclass (diff)
downloadgentoo-5ae9f04be315de9bb4080de1d102105020705e93.tar.gz
gentoo-5ae9f04be315de9bb4080de1d102105020705e93.tar.bz2
gentoo-5ae9f04be315de9bb4080de1d102105020705e93.zip
net-misc/unison: export VARTEXFONTS
Closes: https://github.com/gentoo/gentoo/pull/19830 Closes: https://bugs.gentoo.org/773487 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/unison')
-rw-r--r--net-misc/unison/unison-2.51.3_p20201127.ebuild2
-rw-r--r--net-misc/unison/unison-2.51.4_rc1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/unison/unison-2.51.3_p20201127.ebuild b/net-misc/unison/unison-2.51.3_p20201127.ebuild
index a0420d55da8e..f63e304f3ab9 100644
--- a/net-misc/unison/unison-2.51.3_p20201127.ebuild
+++ b/net-misc/unison/unison-2.51.3_p20201127.ebuild
@@ -58,7 +58,7 @@ src_compile() {
use ocamlopt || myconf="$myconf NATIVE=false"
if use doc; then
- emake $myconf CFLAGS="" HEVEA=false docs
+ VARTEXFONTS="${T}/fonts" emake $myconf CFLAGS="" HEVEA=false docs
fi
# Discard cflags as it will try to pass them to ocamlc...
diff --git a/net-misc/unison/unison-2.51.4_rc1.ebuild b/net-misc/unison/unison-2.51.4_rc1.ebuild
index f3d1aab98d7f..7ce1abe5eaba 100644
--- a/net-misc/unison/unison-2.51.4_rc1.ebuild
+++ b/net-misc/unison/unison-2.51.4_rc1.ebuild
@@ -55,7 +55,7 @@ src_compile() {
use ocamlopt || myconf="$myconf NATIVE=false"
if use doc; then
- emake $myconf CFLAGS="" HEVEA=false docs
+ VARTEXFONTS="${T}/fonts" emake $myconf CFLAGS="" HEVEA=false docs
fi
# Discard cflags as it will try to pass them to ocamlc...