ports/net/libvncserver/files/patch-common_md5.c
Marcelo Araujo 3713417789 - Add few patches that fixes some usability such like md5 and sha1 when
we use the shared library with dlopen(3).
- Bump PORTREVISION.

Sponsored by:	iXsystems, Inc.
2017-07-05 08:04:36 +00:00

11 lines
242 B
C

--- common/md5.c.orig 2017-07-05 07:48:23 UTC
+++ common/md5.c
@@ -29,7 +29,7 @@
#include "md5.h"
/* #ifdef _LIBC */
-# include <endian.h>
+# include <sys/endian.h>
# if __BYTE_ORDER == __BIG_ENDIAN
# define WORDS_BIGENDIAN 1
# endif