Bug 132709 - app-cdr/dvd+rw-tools fails on cross-compilation
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!

------- Comment #1 From Josu López Fernández 2006-05-08 13:11:15 0000 -------
Created an attachment (id=86442) [details]
dvd+rw-tools-6.1.ebuild.patch

------- Comment #2 From Luis Medinas (RETIRED) 2006-05-13 20:09:55 0000 -------
yes you are right. I made i revbump with your patch... its in cvs
Thanks!