diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-15 19:36:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-15 19:36:30 +0000 |
commit | 31b0671321cd03f810e7eab13c419fe5c9a002bb (patch) | |
tree | 7abd477d569c9807a671b351f0fdd64b7cf4a0f3 /sys-auth/otpcalc | |
parent | added prefix support (bug #447298) (diff) | |
download | gentoo-2-31b0671321cd03f810e7eab13c419fe5c9a002bb.tar.gz gentoo-2-31b0671321cd03f810e7eab13c419fe5c9a002bb.tar.bz2 gentoo-2-31b0671321cd03f810e7eab13c419fe5c9a002bb.zip |
Properly fix the CC issue, bug 452096.
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'sys-auth/otpcalc')
-rw-r--r-- | sys-auth/otpcalc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/otpcalc/otpcalc-0.97-r6.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sys-auth/otpcalc/ChangeLog b/sys-auth/otpcalc/ChangeLog index 1ee88582cd86..feee7cc63a21 100644 --- a/sys-auth/otpcalc/ChangeLog +++ b/sys-auth/otpcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/otpcalc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v 1.20 2013/01/14 21:25:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/ChangeLog,v 1.21 2013/01/15 19:36:30 ulm Exp $ + + 15 Jan 2013; Ulrich Müller <ulm@gentoo.org> otpcalc-0.97-r6.ebuild: + Properly fix the CC issue, bug 452096. 14 Jan 2013; Ulrich Müller <ulm@gentoo.org> otpcalc-0.97-r6.ebuild: Respect CC, bug 452096. diff --git a/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild b/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild index a46591c9c18f..a406673f014e 100644 --- a/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild,v 1.2 2013/01/14 21:25:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/otpcalc/otpcalc-0.97-r6.ebuild,v 1.3 2013/01/15 19:36:30 ulm Exp $ EAPI=5 @@ -40,10 +40,8 @@ src_prepare() { -e 's:$(CC) $(CFLAGS) $^:$(CC) $(LDFLAGS) $(CFLAGS) $^:' \ -e "s#-s -O3#${CFLAGS}#g" \ Makefile.in || die -} -src_compile() { - emake CC="$(tc-getCC)" + tc-export CC } src_install() { |