| Bug#: 132709 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: media-optical@gentoo.org | Reported By: zamorate@gentoo-es.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: app-cdr/dvd+rw-tools fails on cross-compilation | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-05-08 13:10 0000 | |||
| Description: | Opened: 2006-05-08 13:10 0000 |
Hi!
app-cdr/dvd+rw-tools doesn't compile on cross-compilation between two different
arches, because the compilers are simply 'gcc' and 'g++', and not
'${CHOST}-gcc' and '${CHOST}-g++'. To fix it, is only needed to specify CC and
CXX variable when emake is executed.
With the attached patch works to me well between i686, ppc and amd64.
Good bye!
Created an attachment (id=86442) [details]
dvd+rw-tools-6.1.ebuild.patch
yes you are right. I made i revbump with your patch... its in cvs Thanks!