media-gfx/potrace: Respect CC (bug #610098)
authorThomas Deutschmann <whissi@gentoo.org>
Sat, 15 Jul 2017 23:47:33 +0000 (01:47 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 15 Jul 2017 23:49:03 +0000 (01:49 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --force

media-gfx/potrace/potrace-1.13.ebuild
media-gfx/potrace/potrace-1.14.ebuild

index 3ae135e17456a54372f6d8a3daaaad79a707f831..87359f05c2ef8e05c7c1de4bc48e341d68cb3107 100644 (file)
@@ -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
index 8cd7b1955ec32998dec93b9f3c3788f7c2a6076d..f8bf164ed65bf1ac6aa3eb3c0ffb22339a0b1c8e 100644 (file)
@@ -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