diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-14 01:53:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-14 01:53:05 +0000 |
commit | 926de1931970ba7ef9e93d421ac1e151cf0102db (patch) | |
tree | 9068b6466a8a435a6aaf0be2184e3108e101fbb7 /app-emulation | |
parent | Mark 1.081 stable on alpha (diff) | |
download | gentoo-2-926de1931970ba7ef9e93d421ac1e151cf0102db.tar.gz gentoo-2-926de1931970ba7ef9e93d421ac1e151cf0102db.tar.bz2 gentoo-2-926de1931970ba7ef9e93d421ac1e151cf0102db.zip |
add back in CC line #108052
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-20050930.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-20050930.ebuild b/app-emulation/wine/wine-20050930.ebuild index fe77a3104f2b..cd5986663004 100644 --- a/app-emulation/wine/wine-20050930.ebuild +++ b/app-emulation/wine/wine-20050930.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-20050930.ebuild,v 1.4 2005/10/08 20:38:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050930.ebuild,v 1.5 2005/10/14 01:53:05 vapier Exp $ inherit eutils flag-o-matic multilib @@ -107,6 +107,7 @@ src_compile() { # $(use_enable amd64 win64) econf \ + CC=$(tc-getCC) \ --sysconfdir=/etc/wine \ $(use_with ncurses curses) \ $(use_with opengl) \ |