diff options
Diffstat (limited to 'graphics/xfractint/files/patch-headers__port.h')
-rw-r--r-- | graphics/xfractint/files/patch-headers__port.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 <sys/endian.h> - #else - #include <endian.h> -@@ -319,7 +319,7 @@ + #elif defined(__APPLE__) + #include <machine/endian.h> +@@ -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) */ |