From 36f6324e7b5c44ae13e9210e389aecd078ed619b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Fri, 19 Feb 2021 07:40:00 +0000 Subject: graphics/xfractint: Update to 20.04p16 ChangeLog: https://fractint.net/ftp/current/dos/whatsnew.txt PR: 253107 Submitted by: m.ne@gmx.net Approved by: onemda@gmail.com (maintainer, timeout > 2 weeks) --- graphics/xfractint/files/patch-headers__port.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics/xfractint/files/patch-headers__port.h') diff --git a/graphics/xfractint/files/patch-headers__port.h b/graphics/xfractint/files/patch-headers__port.h index a1d227fde511..975c00981589 100644 --- a/graphics/xfractint/files/patch-headers__port.h +++ b/graphics/xfractint/files/patch-headers__port.h @@ -1,5 +1,5 @@ ---- ./headers/port.h.orig 2008-02-17 17:26:16.000000000 -0500 -+++ ./headers/port.h 2010-01-27 13:52:46.000000000 -0500 +--- headers/port.h.orig 2015-07-04 13:09:32 UTC ++++ headers/port.h @@ -44,7 +44,7 @@ /* If endian.h is not present, it can be handled in the code below, */ /* but if you have this file, it can make it more fool proof. */ @@ -7,9 +7,9 @@ -#if defined(sgi) +#if defined(sgi) || defined(__FreeBSD__) #include - #else - #include -@@ -319,7 +319,7 @@ + #elif defined(__APPLE__) + #include +@@ -333,7 +333,7 @@ extern struct DIR_SEARCH DTA; /* Disk Transfer Area /* HP-UX support long doubles and allows them to be read in with */ /* scanf(), but does not support the functions sinl, cosl, fabsl, etc. */ /* CAE added this 26Jan95 so it would compile (altered by Wes to new macro) */ -- cgit v1.2.3