summaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-ab
blob: 8baa4a66376e653e1076b4ffc1f6bdbe725df899 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- port.h.orig	Mon Sep  6 10:38:10 1999
+++ port.h	Fri Oct  8 18:19:32 1999
@@ -45,7 +45,7 @@
 #if defined(sgi)
 #include <sys/endian.h>
 #else
-#include <endian.h>
+#include <machine/endian.h>
 #endif
 #endif
 #ifndef BIG_ENDIAN
@@ -288,6 +288,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