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 | 4c0f040882d8bf721c140300cd86cda3454fb810 (patch) | |
tree | ac1ce5dff61d62d8e64a5487b8ea096dad024149 /app-emulation | |
parent | Mark 1.081 stable on alpha (diff) | |
download | historical-4c0f040882d8bf721c140300cd86cda3454fb810.tar.gz historical-4c0f040882d8bf721c140300cd86cda3454fb810.tar.bz2 historical-4c0f040882d8bf721c140300cd86cda3454fb810.zip |
add back in CC line #108052
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/Manifest | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-20050930.ebuild | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest index 65992eaff51f..a322b1553414 100644 --- a/app-emulation/wine/Manifest +++ b/app-emulation/wine/Manifest @@ -36,11 +36,11 @@ MD5 28e5ed8a318bbebb2cd62c66f5d3d64d wine-20050524.ebuild 3901 MD5 ed97cc2654ee134dbf6a5bc116d754e3 wine-20050628.ebuild 3902 MD5 9a41fead49d0b0dc56c7514149b7ec50 wine-20050725-r1.ebuild 3950 MD5 b73ae6c5fefdd0c51498e89fcc6acef8 wine-20050830.ebuild 3936 -MD5 49cc12510042b0a071179cb8b80bc592 wine-20050930.ebuild 3886 +MD5 5232d42638aee222cccec305a9cc2b3a wine-20050930.ebuild 3905 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDSC7SgIKl8Uu19MoRAgdZAJ90hzdEuuiSafaX2K4KjnQPBu8D7QCfeT8l -J/OdV2hxjvdaLu96t6XP/nE= -=d7vT +iD8DBQFDTxABgIKl8Uu19MoRAnlOAJ9Bgh+N5W54w9NejGznXjBC4YgiNQCdE6iB +yaHM1eTwwx/oYd6S9Y71FlQ= +=qk1V -----END PGP SIGNATURE----- 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) \ |