commit: c3d66b6d2cf01205ba43b17d74b7ffce9f772171 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 08:52:20 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 08:52:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d66b6d
dev-libs/tvision: respect CC, CXX Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/tvision/tvision-2.2.1.4.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-libs/tvision/tvision-2.2.1.4.ebuild b/dev-libs/tvision/tvision-2.2.1.4.ebuild index 08f6776519e..40d5d8d3482 100644 --- a/dev-libs/tvision/tvision-2.2.1.4.ebuild +++ b/dev-libs/tvision/tvision-2.2.1.4.ebuild @@ -3,11 +3,13 @@ EAPI=7 -MY_PV=$(ver_rs 3 -) +inherit toolchain-funcs +MY_PV=$(ver_rs 3 -) DESCRIPTION="Text User Interface that implements the well known CUA widgets" HOMEPAGE="http://tvision.sourceforge.net/" SRC_URI="mirror://sourceforge/tvision/rhtvision_${MY_PV}.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-2" SLOT="0" @@ -17,8 +19,6 @@ IUSE="+X debug gpm" DOCS=( readme.txt THANKS TODO ) HTML_DOCS=( www-site/. ) -S=${WORKDIR}/${PN} - # installed lib links to those RDEPEND=" dev-libs/libbsd @@ -49,6 +49,8 @@ PATCHES=( ) src_configure() { + tc-export CC CXX + # Note: Do not use econf here, this isn't an autoconf configure script, # but a perl based script which simply calls config.pl ./configure --fhs \
