diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-07 11:48:49 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-07 11:48:49 +0000 |
| commit | 5e18d8c2921cf17f3bd2c764a2c7cabc395e7864 (patch) | |
| tree | ba5018355e424978a2a01420e8c2e18973d4fc67 /graphics/xfractint/files/patch-ab | |
| parent | 230c1ffd698866bc4b73848350f92f31fa8ca642 (diff) | |
Upgrade to 3.04.
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 + |
