1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/xfractint/files/patch-ab
Satoshi Asami 3b77cfee25 The Unix port of fractint, a program to calculate pretty fractals.
Submitted by:	"Hector Gonzalez Jaime." <CACHO@mexicano.gdl.iteso.mx>
1995-09-09 04:21:57 +00:00

34 lines
616 B
Plaintext

*** 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