any1 / neatvnc

A liberally licensed VNC server library with a clean interface
ISC License
118 stars 29 forks source link

Unbreak build on FreeBSD #63

Closed jbeich closed 2 years ago

jbeich commented 2 years ago

Same as https://github.com/any1/wlvncc/pull/6. Given c_std=gnu11 in meson.build and predefined __BYTE_ORDER__ in server.c let's rely more on the compiler being GCC-compatible than libc being glibc-compatible.

any1 commented 2 years ago

Thanks!