diff options
Diffstat (limited to 'graphics/xfractint/files/patch-ab')
| -rw-r--r-- | graphics/xfractint/files/patch-ab | 54 |
1 files changed, 21 insertions, 33 deletions
diff --git a/graphics/xfractint/files/patch-ab b/graphics/xfractint/files/patch-ab index 96ed84ff67d1..22c697d6d2c3 100644 --- a/graphics/xfractint/files/patch-ab +++ b/graphics/xfractint/files/patch-ab @@ -1,33 +1,21 @@ -*** port.h.orig Thu Sep 7 20:55:27 1995 ---- port.h Thu Sep 7 21:27:45 1995 -*************** -*** 150,156 **** - #endif - - /* Keep this defined for Unix, even on a little-endian machine */ -! #define BIG_ENDIAN - - #define USE_BIGNUM_C_CODE - ---- 150,158 ---- - #endif - - /* Keep this defined for Unix, even on a little-endian machine */ -! #ifndef BIG_ENDIAN -! #define BIG_ENDIAN 4321 -! #endif - - #define USE_BIGNUM_C_CODE - -*************** -*** 202,207 **** ---- 204,212 ---- - #undef LDBL_DIG - #endif - #ifdef sun -+ #undef LDBL_DIG -+ #endif -+ #ifdef __FreeBSD__ - #undef LDBL_DIG - #endif - +--- port.h.orig Fri Feb 28 05:21:13 1997 ++++ port.h Tue Oct 7 13:27:56 1997 +@@ -40,7 +40,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. */ + #if (defined(XFRACT) && !defined(__sun)) +-#include <endian.h> ++#include <machine/endian.h> + #endif + #ifndef BIG_ENDIAN + #define BIG_ENDIAN 4321 /* to show byte order (taken from gcc) */ +@@ -282,6 +282,9 @@ + #define DO_NOT_USE_LONG_DOUBLE + #endif + #ifdef sun ++#define DO_NOT_USE_LONG_DOUBLE ++#endif ++#ifdef __FreeBSD__ + #define DO_NOT_USE_LONG_DOUBLE + #endif + |
