From: Thomas Deutschmann Date: Sat, 15 Jul 2017 23:47:33 +0000 (+0200) Subject: media-gfx/potrace: Respect CC (bug #610098) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7af4cac21aab50ddcfe66b0186e8c17190968839;p=gentoo.git media-gfx/potrace: Respect CC (bug #610098) Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --force --- diff --git a/media-gfx/potrace/potrace-1.13.ebuild b/media-gfx/potrace/potrace-1.13.ebuild index 3ae135e17456..87359f05c2ef 100644 --- a/media-gfx/potrace/potrace-1.13.ebuild +++ b/media-gfx/potrace/potrace-1.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit autotools-utils +inherit autotools-utils toolchain-funcs DESCRIPTION="Transforming bitmaps into vector graphics" HOMEPAGE="http://potrace.sourceforge.net/" @@ -20,6 +20,7 @@ DEPEND="${RDEPEND}" DOCS=( AUTHORS ChangeLog NEWS README ) src_configure() { + tc-export CC # bug 610098 local myeconfargs=( --docdir="${EPREFIX}"/usr/share/doc/${PF} --enable-zlib diff --git a/media-gfx/potrace/potrace-1.14.ebuild b/media-gfx/potrace/potrace-1.14.ebuild index 8cd7b1955ec3..f8bf164ed65b 100644 --- a/media-gfx/potrace/potrace-1.14.ebuild +++ b/media-gfx/potrace/potrace-1.14.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit autotools-utils +inherit autotools-utils toolchain-funcs DESCRIPTION="Transforming bitmaps into vector graphics" HOMEPAGE="http://potrace.sourceforge.net/" @@ -20,6 +20,7 @@ DEPEND="${RDEPEND}" DOCS=( AUTHORS ChangeLog NEWS README ) src_configure() { + tc-export CC # bug 610098 local myeconfargs=( --docdir="${EPREFIX}"/usr/share/doc/${PF} --enable-zlib