Index: head/sysutils/fdupes/files/patch-md5_md5.c =================================================================== --- head/sysutils/fdupes/files/patch-md5_md5.c (revision 422454) +++ head/sysutils/fdupes/files/patch-md5_md5.c (revision 422455) @@ -1,11 +1,11 @@ --- md5/md5.c.orig 2016-09-07 23:21:14 UTC +++ md5/md5.c @@ -48,7 +48,7 @@ #include /* endianness check using glibc endian.h */ -#ifdef __APPLE__ -+#if defined(__APPLE__) || defined(__FreeBSD__) ++#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) # include #else # include