Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi! sys-apps/apmd doesn't compile on cross-compilation between two different arches, because the compiler is simply 'gcc', and not '${CHOST}-gcc'. To fix it, is only needed to specify CC variable when emake is executed. With the attached patch works to me well between i686, ppc and amd64. Good bye!
Created an attachment (id=87322) [edit] apmd-3.2.2_p5.ebuild.patch
thanks, fixed