mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
we use the shared library with dlopen(3). - Bump PORTREVISION. Sponsored by: iXsystems, Inc.
11 lines
242 B
C
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
|