pkgsrc/net/libvncserver
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
..
patches NetBSD doens't define __BYTE_ORDER nor __BIG_ENDIAN, so the test 2018-07-18 17:55:54 +00:00
buildlink3.mk Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
DESCR
distinfo NetBSD doens't define __BYTE_ORDER nor __BIG_ENDIAN, so the test 2018-07-18 17:55:54 +00:00
Makefile NetBSD doens't define __BYTE_ORDER nor __BIG_ENDIAN, so the test 2018-07-18 17:55:54 +00:00
options.mk
PLIST