FreeBSD doesn't support getauxval(), it has elf_aux_info() instead. Use this to fix build on powerpc64.
PR: 239870
Differential D21284
audio/flac: fix build on powerpc64 pkubaj on Aug 16 2019, 1:50 AM. Authored by Tags None Referenced Files
Subscribers None
Details
FreeBSD doesn't support getauxval(), it has elf_aux_info() instead. Use this to fix build on powerpc64. PR: 239870
Diff Detail
Event TimelineComment Actions One more fix is necessary. Per maintainer request, disable VSX. The cpu.c part is still necessary, otherwise flac won't build. |