Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2016 18:38:00 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422455 - head/sysutils/fdupes/files
Message-ID:  <201609191838.u8JIc0k3090496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609191838.u8JIc0k3090496>