svn commit: r422455 - head/sysutils/fdupes/files

John Marino marino at FreeBSD.org
Mon Sep 19 18:38:01 UTC 2016


Author: marino
Date: Mon Sep 19 18:38:00 2016
New Revision: 422455
URL: https://svnweb.freebsd.org/changeset/ports/422455

Log:
  sysutils/fdupes: Unbreak on DF (modify existing endian.h patch)
  
  Approved by:	DF support blanket

Modified:
  head/sysutils/fdupes/files/patch-md5_md5.c

Modified: head/sysutils/fdupes/files/patch-md5_md5.c
==============================================================================
--- head/sysutils/fdupes/files/patch-md5_md5.c	Mon Sep 19 18:10:31 2016	(r422454)
+++ head/sysutils/fdupes/files/patch-md5_md5.c	Mon Sep 19 18:38:00 2016	(r422455)
@@ -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>


More information about the svn-ports-head mailing list