diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-19 00:23:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-19 00:23:11 +0000 |
commit | 15ac28ec9d7482241e34acbcc54a9b87cb7c6ab6 (patch) | |
tree | 1cdcda213cb61d1371db505722b837ebb0a282ba /www-client/conkeror | |
parent | Fix linking with as-needed. (diff) | |
download | gentoo-2-15ac28ec9d7482241e34acbcc54a9b87cb7c6ab6.tar.gz gentoo-2-15ac28ec9d7482241e34acbcc54a9b87cb7c6ab6.tar.bz2 gentoo-2-15ac28ec9d7482241e34acbcc54a9b87cb7c6ab6.zip |
Call tc-getCC, bug 412335.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'www-client/conkeror')
-rw-r--r-- | www-client/conkeror/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/conkeror/conkeror-1.0_pre20120223.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-client/conkeror/ChangeLog b/www-client/conkeror/ChangeLog index 29aaf6eb58ab..de3cf3777327 100644 --- a/www-client/conkeror/ChangeLog +++ b/www-client/conkeror/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/conkeror # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.28 2012/04/18 19:51:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.29 2012/04/19 00:23:11 ulm Exp $ + + 19 Apr 2012; Ulrich Müller <ulm@gentoo.org> conkeror-1.0_pre20120223.ebuild: + Call tc-getCC, bug 412335. 18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> conkeror-1.0_pre20120223.ebuild: diff --git a/www-client/conkeror/conkeror-1.0_pre20120223.ebuild b/www-client/conkeror/conkeror-1.0_pre20120223.ebuild index e6f128d09818..b8badfdde3e6 100644 --- a/www-client/conkeror/conkeror-1.0_pre20120223.ebuild +++ b/www-client/conkeror/conkeror-1.0_pre20120223.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20120223.ebuild,v 1.4 2012/04/18 19:51:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-1.0_pre20120223.ebuild,v 1.5 2012/04/19 00:23:11 ulm Exp $ EAPI=4 -inherit eutils fdo-mime +inherit eutils toolchain-funcs fdo-mime DESCRIPTION="A Mozilla-based web browser whose design is inspired by GNU Emacs" HOMEPAGE="http://conkeror.org/" @@ -30,7 +30,7 @@ src_unpack() { } src_compile() { - emake CFLAGS="${CFLAGS}" + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" } src_install() { |