Two patches. One for the mpc-0.8.2.ebuild itself called mpc.diff. The second is a files/ patch.
Created attachment 255971 [details, diff] support for FreeMiNT
Created attachment 255973 [details, diff] files patch
hmmm, elibtoolize doesn't catch this issue?
It could, but because it's a gcc dependency I didn't think we're allowed to do that ?
Since it's only doing patches, I think it should be ok. On a side-note, by the time gcc is emerged, autotools are already in place, IIRC.
O.k. Is it o.k. to run elibtoolize in the compile stage or does it have to be done in unpack ?
it is a preparation step, so it must be done in src_prepare (EAPI=2 and 3) or in src_unpack for prior EAPIs
Created attachment 256179 [details, diff] use elibtoolize Use elibtoolize instead, don't forget to add m68k-mint to KEYWORDS :-)
@toolchain: is the latest patch (to run elibtoolize) okay with you?
delete the empty line in the src_unpack and patch is fine -- feel free to commit
done, thanks