apparently prefix code was merged without review, so i'm just now noticing this: + # On MacOSX 10.4 using the assembly built-in bitoperation functions causes + # segmentation faults. Though this is likely fixable we can quickly make it + # at least work by using the C functions. + if [[ ${CHOST} == i?86-apple-darwin* ]]; then + append-flags -D_EXT2_USE_C_VERSIONS_ + fi figure out the real problem and fix it the right way, or drop support for 10.4
This old construct seems no longer necessary. I dropped it from the ebuild.