Page MenuHomeFreeBSD

audio/flac: fix build on powerpc64
ClosedPublic

Authored by pkubaj on Aug 16 2019, 1:50 AM.
Tags
None
Referenced Files
F153398379: D21284.diff
Mon, Apr 20, 10:35 PM
Unknown Object (File)
Wed, Apr 15, 10:31 AM
Unknown Object (File)
Tue, Apr 14, 7:28 AM
Unknown Object (File)
Mon, Apr 13, 7:12 AM
Unknown Object (File)
Wed, Apr 8, 5:58 AM
Unknown Object (File)
Tue, Apr 7, 6:44 AM
Unknown Object (File)
Mon, Apr 6, 11:28 PM
Unknown Object (File)
Sun, Apr 5, 1:25 AM
Subscribers
None

Details

Summary

FreeBSD doesn't support getauxval(), it has elf_aux_info() instead. Use this to fix build on powerpc64.

PR: 239870

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 19 2019, 12:03 PM

One more fix is necessary.

Per maintainer request, disable VSX.

The cpu.c part is still necessary, otherwise flac won't build.

This revision now requires review to proceed.Aug 20 2019, 12:13 AM
This revision is now accepted and ready to land.Aug 27 2019, 10:19 PM
This revision was automatically updated to reflect the committed changes.