mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
11 lines
294 B
C
11 lines
294 B
C
--- md5/md5.c.orig 2016-09-07 23:21:14 UTC
|
|
+++ md5/md5.c
|
|
@@ -48,7 +48,7 @@
|
|
#include <string.h>
|
|
|
|
/* endianness check using glibc endian.h */
|
|
-#ifdef __APPLE__
|
|
+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__)
|
|
# include <machine/endian.h>
|
|
#else
|
|
# include <endian.h>
|