diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-04-21 12:12:49 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-04-21 12:12:49 +0000 |
commit | 419cade20d6ce13896da351b82ebb44743f619b0 (patch) | |
tree | 1ac5d88fd75bcba5b752a6876cc26059e93266de /app-emulation | |
parent | Version bump; also fixes bug 89845. Cleaned up ebuilds: fixed deps, removed r... (diff) | |
download | gentoo-2-419cade20d6ce13896da351b82ebb44743f619b0.tar.gz gentoo-2-419cade20d6ce13896da351b82ebb44743f619b0.tar.bz2 gentoo-2-419cade20d6ce13896da351b82ebb44743f619b0.zip |
Set correct CC.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050419.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 37226a18e14f..7e75f26ac8d9 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.93 2005/04/20 23:17:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.94 2005/04/21 12:12:49 herbs Exp $ + + 21 Apr 2005; Herbie Hopkins <herbs@gentoo.org> wine-20050419.ebuild: + Set CC in this version too. *wine-20050419 (20 Apr 2005) diff --git a/app-emulation/wine/wine-20050419.ebuild b/app-emulation/wine/wine-20050419.ebuild index 800fc43d4799..583ad4516eae 100644 --- a/app-emulation/wine/wine-20050419.ebuild +++ b/app-emulation/wine/wine-20050419.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.1 2005/04/20 23:17:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.2 2005/04/21 12:12:49 herbs Exp $ inherit eutils flag-o-matic @@ -94,6 +94,7 @@ src_compile() { # $(use_enable amd64 win64) # USE=debug is broken in this release econf \ + CC=$(tc-getCC) \ --sysconfdir=/etc/wine \ $(use_with ncurses curses) \ $(use_with opengl) \ |