diff options
author | 2009-08-01 01:56:07 +0000 | |
---|---|---|
committer | 2009-08-01 01:56:07 +0000 | |
commit | e7c15e668cc33bcd5216b70663ca6e57b0814762 (patch) | |
tree | 50e696e4a1c9f17fcfeac337b3f2577faebaf20e /dev-util/pccts/pccts-1.33.33.ebuild | |
parent | p.mask dev-python/pyxfce for removal, bug 277163 (diff) | |
download | gentoo-2-e7c15e668cc33bcd5216b70663ca6e57b0814762.tar.gz gentoo-2-e7c15e668cc33bcd5216b70663ca6e57b0814762.tar.bz2 gentoo-2-e7c15e668cc33bcd5216b70663ca6e57b0814762.zip |
Respecting CC variable, closes bug #244032
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-util/pccts/pccts-1.33.33.ebuild')
-rw-r--r-- | dev-util/pccts/pccts-1.33.33.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/pccts/pccts-1.33.33.ebuild b/dev-util/pccts/pccts-1.33.33.ebuild index c8dad7d135c9..270047560129 100644 --- a/dev-util/pccts/pccts-1.33.33.ebuild +++ b/dev-util/pccts/pccts-1.33.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/pccts-1.33.33.ebuild,v 1.21 2009/01/20 22:21:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/pccts-1.33.33.ebuild,v 1.22 2009/08/01 01:56:07 vostorga Exp $ inherit eutils @@ -14,6 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="app-arch/unzip" +RDEPEND="" S=${WORKDIR}/${PN} @@ -24,7 +25,7 @@ src_unpack() { } src_compile() { - emake COPT="${CFLAGS}" || die "compilation failed" + emake CC="$(tc-getCC)" COPT="${CFLAGS}" || die "compilation failed" } src_install() { |