Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endian detection on FreeBSD aarch64 #59

Closed
ephemeralriggs opened this issue May 29, 2017 · 0 comments
Closed

Endian detection on FreeBSD aarch64 #59

ephemeralriggs opened this issue May 29, 2017 · 0 comments

Comments

@ephemeralriggs
Copy link
Contributor

FreeBSD on aarch64 does not have endian.h in the base system (it ships with glibc unconditionally IIRC, but it's not mandated by either POSIX or ISO), hence building musicpd fails with "endian.h not found".
We currently use the following workaround:
https://svnweb.freebsd.org/ports/head/audio/musicpd/files/patch-src_system_ByteOrder.hxx?revision=441921&view=co

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants