summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2017-07-16 01:47:33 +0200
committerThomas Deutschmann <whissi@gentoo.org>2017-07-16 01:49:03 +0200
commit7af4cac21aab50ddcfe66b0186e8c17190968839 (patch)
treee4207071262315467a332a887b39d17bc00c149d /media-gfx/potrace
parentapp-text/mftrace: Drop dependency on media-gfx/autotrace (bug #620804) (diff)
downloadgentoo-7af4cac21aab50ddcfe66b0186e8c17190968839.tar.gz
gentoo-7af4cac21aab50ddcfe66b0186e8c17190968839.tar.bz2
gentoo-7af4cac21aab50ddcfe66b0186e8c17190968839.zip
media-gfx/potrace: Respect CC (bug #610098)
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --force
Diffstat (limited to 'media-gfx/potrace')
-rw-r--r--media-gfx/potrace/potrace-1.13.ebuild5
-rw-r--r--media-gfx/potrace/potrace-1.14.ebuild3
2 files changed, 5 insertions, 3 deletions
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