summaryrefslogtreecommitdiff
path: root/sysutils/fdupes/files/patch-md5_md5.c
blob: aae756bc50059db5319cd195abe21c1d5a6cc84a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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>