pkgsrc/net/libvncserver/patches
bouyer c2e63a4c3a NetBSD doens't define __BYTE_ORDER nor __BIG_ENDIAN, so the test
# if __BYTE_ORDER == __BIG_ENDIAN
is always true, and e.g. x11vnc wrongly sets bigEndian in the wire
strucure, causing clients to fail.
Check that __BYTE_ORDER is defined before using it, and add a test for
_BYTE_ORDER too.
Bump PKGREVISION
2018-07-18 17:55:54 +00:00
..
patch-libvncserver_websockets.c
patch-rfb_rfbproto.h NetBSD doens't define __BYTE_ORDER nor __BIG_ENDIAN, so the test 2018-07-18 17:55:54 +00:00