| Summary: | sys-fs/e2fsprogs: fix OS X hack (-D_EXT2_USE_C_VERSIONS_) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
| Component: | [OLD] Core system | Assignee: | Gentoo Prefix <prefix> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | base-system |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
This old construct seems no longer necessary. I dropped it from the ebuild. |
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