Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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) [edit] dvd+rw-tools-6.1.ebuild.patch
yes you are right. I made i revbump with your patch... its in cvs Thanks!