diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-16 16:23:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-16 16:23:31 +0000 |
commit | b400663ed1b500c36909236b5f1024302d2b9ecf (patch) | |
tree | 87f7d14cce9417a47451eaf89b90a4005c2f0ac3 /games-puzzle/xphotohunter | |
parent | Marked ~hppa (bug #237411). (diff) | |
download | gentoo-2-b400663ed1b500c36909236b5f1024302d2b9ecf.tar.gz gentoo-2-b400663ed1b500c36909236b5f1024302d2b9ecf.tar.bz2 gentoo-2-b400663ed1b500c36909236b5f1024302d2b9ecf.zip |
Respect CC.
(Portage version: 2.1.6.1/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'games-puzzle/xphotohunter')
-rw-r--r-- | games-puzzle/xphotohunter/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-puzzle/xphotohunter/ChangeLog b/games-puzzle/xphotohunter/ChangeLog index be886403b3b2..375cad18f188 100644 --- a/games-puzzle/xphotohunter/ChangeLog +++ b/games-puzzle/xphotohunter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/xphotohunter # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xphotohunter/ChangeLog,v 1.3 2008/08/27 12:11:53 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xphotohunter/ChangeLog,v 1.4 2008/12/16 16:23:31 ssuominen Exp $ + + 16 Dec 2008; <ssuominen@gentoo.org> xphotohunter-1.4-r1.ebuild: + Respect CC. 27 Aug 2008; Thomas Anderson <gentoofan23@gentoo.org> xphotohunter-1.4-r1.ebuild: diff --git a/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild b/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild index 1db5314e36b8..80f8a3b518bd 100644 --- a/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild +++ b/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild,v 1.5 2008/08/27 12:11:53 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild,v 1.6 2008/12/16 16:23:31 ssuominen Exp $ -inherit eutils games +inherit eutils games toolchain-funcs DESCRIPTION="Find the differences between two pictures." HOMEPAGE="http://micro.ee.nthu.edu.tw/~tomcat/Xphotohunter/main-english.html" @@ -29,7 +29,8 @@ src_unpack() { } src_compile() { - emake DATADIR="${GAMES_DATADIR}/${PN}" || die "emake failed" + emake CC="$(tc-getCC)" \ + DATADIR="${GAMES_DATADIR}/${PN}" || die "emake failed" } src_install() { |