Page MenuHomeFreeBSD

audio/vgmplay: correct endianness on big-endian architectures
ClosedPublic

Authored by pkubaj on Apr 20 2019, 9:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 20 2024, 2:53 AM
Unknown Object (File)
Feb 20 2024, 2:53 AM
Unknown Object (File)
Feb 20 2024, 2:53 AM
Unknown Object (File)
Feb 20 2024, 2:48 AM
Unknown Object (File)
Feb 19 2024, 8:23 PM
Unknown Object (File)
Jan 16 2024, 2:28 AM
Unknown Object (File)
Dec 20 2023, 3:14 AM
Unknown Object (File)
Dec 2 2023, 8:27 PM
Subscribers
None

Details

Summary

By default little-endian is specified, which may result in runtime issues. Set it to big-endian where needed.

Also add USES=localbase:ldflags.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237173

Diff Detail

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

Event Timeline

Shouldn't this also include a PORTREVISION bump to fix runtime issues?

This revision is now accepted and ready to land.May 4 2019, 9:39 AM
This revision was automatically updated to reflect the committed changes.