ports/sysutils/fdupes/files/patch-md5_md5.c
2016-09-19 18:38:00 +00:00

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>