diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-19 18:38:00 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-19 18:38:00 +0000 |
commit | 65e37c120b1e7f7454e023320ccdd69fd8ae9715 (patch) | |
tree | 94c547d367b5a17281acebd8549206b9cfe36acb /sysutils/fdupes | |
parent | be4238fc70adcaa50f05c417d4fb983be5a14463 (diff) |
Notes
Diffstat (limited to 'sysutils/fdupes')
-rw-r--r-- | sysutils/fdupes/files/patch-md5_md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fdupes/files/patch-md5_md5.c b/sysutils/fdupes/files/patch-md5_md5.c index e67534e20b63..aae756bc5005 100644 --- a/sysutils/fdupes/files/patch-md5_md5.c +++ b/sysutils/fdupes/files/patch-md5_md5.c @@ -5,7 +5,7 @@ /* endianness check using glibc endian.h */ -#ifdef __APPLE__ -+#if defined(__APPLE__) || defined(__FreeBSD__) ++#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) # include <machine/endian.h> #else # include <endian.h> |